Html Css Color HEX #CAF0CE Granny Apple

📋 copy color: '#CAF0CE'

red 202 ◦ green 240 ◦ blue 206

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

Shades of Granny Apple #CAF0CE

Tints of Granny Apple #CAF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

 BLUE value IS 206 (80.86% from 255) = 31.79%

R = 31.17%
G = 37.04%
B = 31.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#CAF0CE (or 0xCAF0CE) is known color: Granny Apple. HEX triplet: CA, F0 and CE. RGB value is (202,240,206). Sum of RGB (Red+Green+Blue) = 202+240+206=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0CE is #350F31. Grayscale: #E0E0E0. Windows color (decimal): -3477298 or 13562058. OLE color: 13562058.

HSL color Cylindrical-coordinate representation of color #CAF0CE: hue angle of 126.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0CE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 206 -
CMYK 0.16 0 0.14 0.06
HSL 126.32º 0.56% 0.87% -
HSV(B) 126.32º 0.16% 0.94% -
XYZ 66.66 79.33 70.19 -
YUV 224.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 202 240 206 0.16 0 0.14 0.06 126.32 0.56 0.87
Hex CA F0 CE 10 0 E 6 7E 38 57
Octal 312 360 316 20 0 16 6 176 70 127
Binary 11001010 11110000 11001110 10000 0 1110 110 1111110 111000 1010111

Color Harmonies of #CAF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0CE

Black with #CAF0CE

Text Example


Text Example

White with #CAF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0CE; }

 p { color: rgb(202,240,206); }

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

background-color css

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

 a { background-color: rgb(202,240,206); }

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

border-color css

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

 span { border-color: rgb(202,240,206); }

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