Html Css Color HEX #CCCCED Lavender Blue

📋 copy color: '#CCCCED'

red 204 ◦ green 204 ◦ blue 237

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

Shades of Lavender Blue #CCCCED

Tints of Lavender Blue #CCCCED

RGB

 RED value IS 204 (80.08% from 255) = 31.63%

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

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 31.63%
G = 31.63%
B = 36.74%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCCED (or 0xCCCCED) is known color: Lavender Blue. HEX triplet: CC, CC and ED. RGB value is (204,204,237). Sum of RGB (Red+Green+Blue) = 204+204+237=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCED is #333312. Grayscale: #CFCFCF. Windows color (decimal): -3355411 or 15584460. OLE color: 15584460.

HSL color Cylindrical-coordinate representation of color #CCCCED: hue angle of 240º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 204 237 -
CMYK 0.14 0.14 0 0.07
HSL 240º 0.48% 0.86% -
HSV(B) 240º 0.14% 0.93% -
XYZ 61.78 62.14 88.86 -
YUV 207.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 204 204 237 0.14 0.14 0 0.07 240 0.48 0.86
Hex CC CC ED E E 0 7 F0 30 56
Octal 314 314 355 16 16 0 7 360 60 126
Binary 11001100 11001100 11101101 1110 1110 0 111 11110000 110000 1010110

Color Harmonies of #CCCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCED

Black with #CCCCED

Text Example


Text Example

White with #CCCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCED; }

 p { color: rgb(204,204,237); }

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

background-color css

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

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

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

border-color css

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

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

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