Html Css Color HEX #CCCCEC Lavender Blue

📋 copy color: '#CCCCEC'

red 204 ◦ green 204 ◦ blue 236

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

Shades of Lavender Blue #CCCCEC

Tints of Lavender Blue #CCCCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 31.68%
G = 31.68%
B = 36.65%

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

#CCCCEC (or 0xCCCCEC) is known color: Lavender Blue. HEX triplet: CC, CC and EC. RGB value is (204,204,236). Sum of RGB (Red+Green+Blue) = 204+204+236=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEC is #333313. Grayscale: #CFCFCF. Windows color (decimal): -3355412 or 15518924. OLE color: 15518924.

HSL color Cylindrical-coordinate representation of color #CCCCEC: hue angle of 240º degrees, saturation: 0.46, 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 #CCCCEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 204 236 -
CMYK 0.14 0.14 0 0.07
HSL 240º 0.46% 0.86% -
HSV(B) 240º 0.14% 0.93% -
XYZ 61.64 62.08 88.09 -
YUV 207.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 204 204 236 0.14 0.14 0 0.07 240 0.46 0.86
Hex CC CC EC E E 0 7 F0 2E 56
Octal 314 314 354 16 16 0 7 360 56 126
Binary 11001100 11001100 11101100 1110 1110 0 111 11110000 101110 1010110

Color Harmonies of #CCCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCEC

Black with #CCCCEC

Text Example


Text Example

White with #CCCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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