Html Css Color HEX #CAE4CC Granny Apple

📋 copy color: '#CAE4CC'

red 202 ◦ green 228 ◦ blue 204

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

Shades of Granny Apple #CAE4CC

Tints of Granny Apple #CAE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.96%

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

R = 31.86%
G = 35.96%
B = 32.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#CAE4CC (or 0xCAE4CC) is known color: Granny Apple. HEX triplet: CA, E4 and CC. RGB value is (202,228,204). Sum of RGB (Red+Green+Blue) = 202+228+204=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4CC is #351B33. Grayscale: #D9D9D9. Windows color (decimal): -3480372 or 13427914. OLE color: 13427914.

HSL color Cylindrical-coordinate representation of color #CAE4CC: hue angle of 124.62º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE4CC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 204 -
CMYK 0.11 0 0.11 0.11
HSL 124.62º 0.33% 0.84% -
HSV(B) 124.62º 0.11% 0.89% -
XYZ 63 72.4 67.78 -
YUV 217.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 202 228 204 0.11 0 0.11 0.11 124.62 0.33 0.84
Hex CA E4 CC B 0 B B 7D 20 54
Octal 312 344 314 13 0 13 13 175 40 124
Binary 11001010 11100100 11001100 1011 0 1011 1011 1111101 100000 1010100

Color Harmonies of #CAE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4CC

Black with #CAE4CC

Text Example


Text Example

White with #CAE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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