Html Css Color HEX #CDCCFE Lavender Blue

📋 copy color: '#CDCCFE'

red 205 ◦ green 204 ◦ blue 254

#CDCCFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CDCCFE

Tints of Lavender Blue #CDCCFE

RGB

 RED value IS 205 (80.47% from 255) = 30.92%

 GREEN value IS 204 (80.08% from 255) = 30.77%

 BLUE value IS 254 (99.61% from 255) = 38.31%

R = 30.92%
G = 30.77%
B = 38.31%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDCCFE (or 0xCDCCFE) is known color: Lavender Blue. HEX triplet: CD, CC and FE. RGB value is (205,204,254). Sum of RGB (Red+Green+Blue) = 205+204+254=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFE is #323301. Grayscale: #D1D1D1. Windows color (decimal): -3289858 or 16698573. OLE color: 16698573.

HSL color Cylindrical-coordinate representation of color #CDCCFE: hue angle of 241.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDCCFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 204 254 -
CMYK 0.19 0.20 0 0.00
HSL 241.2º 0.96% 0.9% -
HSV(B) 241.2º 0.2% 1% -
XYZ 64.66 63.32 102.58 -
YUV 210 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 205 204 254 0.19 0.20 0 0.00 241.2 0.96 0.9
Hex CD CC FE 13 14 0 0 F1 60 5A
Octal 315 314 376 23 24 0 0 361 140 132
Binary 11001101 11001100 11111110 10011 10100 0 0 11110001 1100000 1011010

Color Harmonies of #CDCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCCFE

Black with #CDCCFE

Text Example


Text Example

White with #CDCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCCFE; }

 p { color: rgb(205,204,254); }

 H1.HeaderClassName
 {
   color: #CDCCFE;
 }
 .AnyTagClassName
 {
   color: #CDCCFE;
 }
</style>

background-color css

<style>
 a { background-color: #CDCCFE; }

 a { background-color: rgb(205,204,254); }

 div.DivClassName
 {
   background-color: #CDCCFE;
 }
 .BgClassName
 {
   background-color: #CDCCFE;
 }
</style>

border-color css

<style>
 span { border-color: #CDCCFE; }

 span { border-color: rgb(205,204,254); }

 td.TdClassName
 {
   border-color: #CDCCFE;
 }
 .TagClassName
 {
   border-color: #CDCCFE;
 }
</style>