Html Css Color HEX #CAE7CC Granny Apple

📋 copy color: '#CAE7CC'

red 202 ◦ green 231 ◦ blue 204

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

Shades of Granny Apple #CAE7CC

Tints of Granny Apple #CAE7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.03%

R = 31.71%
G = 36.26%
B = 32.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#CAE7CC (or 0xCAE7CC) is known color: Granny Apple. HEX triplet: CA, E7 and CC. RGB value is (202,231,204). Sum of RGB (Red+Green+Blue) = 202+231+204=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7CC is #351833. Grayscale: #DBDBDB. Windows color (decimal): -3479604 or 13428682. OLE color: 13428682.

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

Color convert

RGB 202 231 204 -
CMYK 0.13 0 0.12 0.09
HSL 124.14º 0.38% 0.85% -
HSV(B) 124.14º 0.13% 0.91% -
XYZ 63.83 74.07 68.06 -
YUV 219.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 202 231 204 0.13 0 0.12 0.09 124.14 0.38 0.85
Hex CA E7 CC D 0 C 9 7C 26 55
Octal 312 347 314 15 0 14 11 174 46 125
Binary 11001010 11100111 11001100 1101 0 1100 1001 1111100 100110 1010101

Color Harmonies of #CAE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE7CC

Black with #CAE7CC

Text Example


Text Example

White with #CAE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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