Html Css Color HEX #CAE9CC Granny Apple

📋 copy color: '#CAE9CC'

red 202 ◦ green 233 ◦ blue 204

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

Shades of Granny Apple #CAE9CC

Tints of Granny Apple #CAE9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.46%

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

R = 31.61%
G = 36.46%
B = 31.92%

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

#CAE9CC (or 0xCAE9CC) is known color: Granny Apple. HEX triplet: CA, E9 and CC. RGB value is (202,233,204). Sum of RGB (Red+Green+Blue) = 202+233+204=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9CC is #351633. Grayscale: #DCDCDC. Windows color (decimal): -3479092 or 13429194. OLE color: 13429194.

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

Color convert

RGB 202 233 204 -
CMYK 0.13 0 0.12 0.09
HSL 123.87º 0.41% 0.85% -
HSV(B) 123.87º 0.13% 0.91% -
XYZ 64.4 75.19 68.25 -
YUV 220.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 202 233 204 0.13 0 0.12 0.09 123.87 0.41 0.85
Hex CA E9 CC D 0 C 9 7C 29 55
Octal 312 351 314 15 0 14 11 174 51 125
Binary 11001010 11101001 11001100 1101 0 1100 1001 1111100 101001 1010101

Color Harmonies of #CAE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9CC

Black with #CAE9CC

Text Example


Text Example

White with #CAE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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