Html Css Color HEX #CAE8CC Granny Apple

📋 copy color: '#CAE8CC'

red 202 ◦ green 232 ◦ blue 204

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

Shades of Granny Apple #CAE8CC

Tints of Granny Apple #CAE8CC

RGB

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

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

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

R = 31.66%
G = 36.36%
B = 31.97%

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

#CAE8CC (or 0xCAE8CC) is known color: Granny Apple. HEX triplet: CA, E8 and CC. RGB value is (202,232,204). Sum of RGB (Red+Green+Blue) = 202+232+204=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8CC is #351733. Grayscale: #DBDBDB. Windows color (decimal): -3479348 or 13428938. OLE color: 13428938.

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

Color convert

RGB 202 232 204 -
CMYK 0.13 0 0.12 0.09
HSL 124º 0.39% 0.85% -
HSV(B) 124º 0.13% 0.91% -
XYZ 64.11 74.63 68.15 -
YUV 219.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 202 232 204 0.13 0 0.12 0.09 124 0.39 0.85
Hex CA E8 CC D 0 C 9 7C 27 55
Octal 312 350 314 15 0 14 11 174 47 125
Binary 11001010 11101000 11001100 1101 0 1100 1001 1111100 100111 1010101

Color Harmonies of #CAE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8CC

Black with #CAE8CC

Text Example


Text Example

White with #CAE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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