#CAF3CC

Color #CAF3CC Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CAF3CC

Tints of Granny Apple #CAF3CC

Color information

#CAF3CC (or 0xCAF3CC) is unknown color: approx Granny Apple. HEX triplet: CA, F3 and CC. RGB value is (202,243,204). Sum of RGB (Red+Green+Blue) = 202+243+204=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3CC is #350C33. Grayscale: #E2E2E2. Windows color (decimal): -3476532 or 13431754. OLE color: 13431754.

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

Color convert

RGB202243204-
CMYK0.1700.160.05
HSL122.93º63.08%87.25%-
HSV(B)122.93º16.87%95.29%-
XYZ67.3181.0269.22-
YUV226.3115.42110.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=31.12%
G=37.44%
B=31.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432040.1700.160.05122.9363.0887.25
HexCAF3CC1101057b3f57
Octal31236331421020517377127
Binary1100101011110011110011001000101000010111110111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3CC; }

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

 H1.HeaderClassName
 {
   color: #CAF3CC;
 }
 .AnyTagClassName
 {
   color: #CAF3CC;
 }
</style>
background-color css

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

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

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

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

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

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