Html Css Color HEX #CCCAEC Lavender Blue

📋 copy color: '#CCCAEC'

red 204 ◦ green 202 ◦ blue 236

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

Shades of Lavender Blue #CCCAEC

Tints of Lavender Blue #CCCAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.46%

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

R = 31.78%
G = 31.46%
B = 36.76%

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

#CCCAEC (or 0xCCCAEC) is known color: Lavender Blue. HEX triplet: CC, CA and EC. RGB value is (204,202,236). Sum of RGB (Red+Green+Blue) = 204+202+236=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAEC is #333513. Grayscale: #CECECE. Windows color (decimal): -3355924 or 15518412. OLE color: 15518412.

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

Color convert

RGB 204 202 236 -
CMYK 0.14 0.14 0 0.07
HSL 243.53º 0.47% 0.86% -
HSV(B) 243.53º 0.14% 0.93% -
XYZ 61.16 61.13 87.93 -
YUV 206.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 204 202 236 0.14 0.14 0 0.07 243.53 0.47 0.86
Hex CC CA EC E E 0 7 F4 2F 56
Octal 314 312 354 16 16 0 7 364 57 126
Binary 11001100 11001010 11101100 1110 1110 0 111 11110100 101111 1010110

Color Harmonies of #CCCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAEC

Black with #CCCAEC

Text Example


Text Example

White with #CCCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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