Html Css Color HEX #CAE8D4 Granny Apple

📋 copy color: '#CAE8D4'

red 202 ◦ green 232 ◦ blue 212

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

Shades of Granny Apple #CAE8D4

Tints of Granny Apple #CAE8D4

RGB

 RED value IS 202 (79.3% from 255) = 31.27%

 GREEN value IS 232 (91.02% from 255) = 35.91%

 BLUE value IS 212 (83.2% from 255) = 32.82%

R = 31.27%
G = 35.91%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#CAE8D4 (or 0xCAE8D4) is known color: Granny Apple. HEX triplet: CA, E8 and D4. RGB value is (202,232,212). Sum of RGB (Red+Green+Blue) = 202+232+212=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8D4 is #35172B. Grayscale: #DCDCDC. Windows color (decimal): -3479340 or 13953226. OLE color: 13953226.

HSL color Cylindrical-coordinate representation of color #CAE8D4: hue angle of 140º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8D4 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 212 -
CMYK 0.13 0 0.09 0.09
HSL 140º 0.39% 0.85% -
HSV(B) 140º 0.13% 0.91% -
XYZ 65.1 75.02 73.34 -
YUV 220.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 202 232 212 0.13 0 0.09 0.09 140 0.39 0.85
Hex CA E8 D4 D 0 9 9 8C 27 55
Octal 312 350 324 15 0 11 11 214 47 125
Binary 11001010 11101000 11010100 1101 0 1001 1001 10001100 100111 1010101

Color Harmonies of #CAE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8D4

Black with #CAE8D4

Text Example


Text Example

White with #CAE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8D4; }

 p { color: rgb(202,232,212); }

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

background-color css

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

 a { background-color: rgb(202,232,212); }

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

border-color css

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

 span { border-color: rgb(202,232,212); }

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