Html Css Color HEX #CAE7D2 Granny Apple

📋 copy color: '#CAE7D2'

red 202 ◦ green 231 ◦ blue 210

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

Shades of Granny Apple #CAE7D2

Tints of Granny Apple #CAE7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.93%

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 31.42%
G = 35.93%
B = 32.66%

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

#CAE7D2 (or 0xCAE7D2) is known color: Granny Apple. HEX triplet: CA, E7 and D2. RGB value is (202,231,210). Sum of RGB (Red+Green+Blue) = 202+231+210=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D2 is #35182D. Grayscale: #DBDBDB. Windows color (decimal): -3479598 or 13821898. OLE color: 13821898.

HSL color Cylindrical-coordinate representation of color #CAE7D2: hue angle of 136.55º degrees, saturation: 0.38, 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 #CAE7D2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 210 -
CMYK 0.13 0 0.09 0.09
HSL 136.55º 0.38% 0.85% -
HSV(B) 136.55º 0.13% 0.91% -
XYZ 64.57 74.36 71.92 -
YUV 219.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 202 231 210 0.13 0 0.09 0.09 136.55 0.38 0.85
Hex CA E7 D2 D 0 9 9 89 26 55
Octal 312 347 322 15 0 11 11 211 46 125
Binary 11001010 11100111 11010010 1101 0 1001 1001 10001001 100110 1010101

Color Harmonies of #CAE7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE7D2

Black with #CAE7D2

Text Example


Text Example

White with #CAE7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE7D2; }

 p { color: rgb(202,231,210); }

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

background-color css

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

 a { background-color: rgb(202,231,210); }

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

border-color css

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

 span { border-color: rgb(202,231,210); }

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