Html Css Color HEX #CAF1CC Granny Apple

📋 copy color: '#CAF1CC'

red 202 ◦ green 241 ◦ blue 204

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

Shades of Granny Apple #CAF1CC

Tints of Granny Apple #CAF1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.25%

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

R = 31.22%
G = 37.25%
B = 31.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#CAF1CC (or 0xCAF1CC) is known color: Granny Apple. HEX triplet: CA, F1 and CC. RGB value is (202,241,204). Sum of RGB (Red+Green+Blue) = 202+241+204=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CC is #350E33. Grayscale: #E1E1E1. Windows color (decimal): -3477044 or 13431242. OLE color: 13431242.

HSL color Cylindrical-coordinate representation of color #CAF1CC: hue angle of 123.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1CC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 204 -
CMYK 0.16 0 0.15 0.05
HSL 123.08º 0.58% 0.87% -
HSV(B) 123.08º 0.16% 0.95% -
XYZ 66.71 79.83 69.02 -
YUV 225.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 202 241 204 0.16 0 0.15 0.05 123.08 0.58 0.87
Hex CA F1 CC 10 0 F 5 7B 3A 57
Octal 312 361 314 20 0 17 5 173 72 127
Binary 11001010 11110001 11001100 10000 0 1111 101 1111011 111010 1010111

Color Harmonies of #CAF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1CC

Black with #CAF1CC

Text Example


Text Example

White with #CAF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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