Html Css Color HEX #CCCAE0 Lavender Grey

📋 copy color: '#CCCAE0'

red 204 ◦ green 202 ◦ blue 224

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

Shades of Lavender Grey #CCCAE0

Tints of Lavender Grey #CCCAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 32.38%
G = 32.06%
B = 35.56%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCCAE0 (or 0xCCCAE0) is known color: Lavender Grey. HEX triplet: CC, CA and E0. RGB value is (204,202,224). Sum of RGB (Red+Green+Blue) = 204+202+224=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE0 is #33351F. Grayscale: #CDCDCD. Windows color (decimal): -3355936 or 14731980. OLE color: 14731980.

HSL color Cylindrical-coordinate representation of color #CCCAE0: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCAE0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 202 224 -
CMYK 0.09 0.10 0 0.12
HSL 245.45º 0.26% 0.84% -
HSV(B) 245.45º 0.1% 0.88% -
XYZ 59.48 60.46 79.06 -
YUV 205.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 204 202 224 0.09 0.10 0 0.12 245.45 0.26 0.84
Hex CC CA E0 9 A 0 C F5 1A 54
Octal 314 312 340 11 12 0 14 365 32 124
Binary 11001100 11001010 11100000 1001 1010 0 1100 11110101 11010 1010100

Color Harmonies of #CCCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAE0

Black with #CCCAE0

Text Example


Text Example

White with #CCCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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