#CFE0D2

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

Shades of Granny Apple #CFE0D2

Tints of Granny Apple #CFE0D2

Color information

#CFE0D2 (or 0xCFE0D2) is unknown color: approx Granny Apple. HEX triplet: CF, E0 and D2. RGB value is (207,224,210). Sum of RGB (Red+Green+Blue) = 207+224+210=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D2 is #301F2D. Grayscale: #D9D9D9. Windows color (decimal): -3153710 or 13820111. OLE color: 13820111.

HSL color Cylindrical-coordinate representation of color #CFE0D2: hue angle of 130.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0D2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB207224210-
CMYK0.0800.060.12
HSL130.59º21.52%84.51%-
HSV(B)130.59º7.59%87.84%-
XYZ64.0271.2371.35-
YUV217.32123.87120.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=32.29%
G=34.95%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072242100.0800.060.12130.5921.5284.51
HexCFE0D2806C831655
Octal31734032210061420326125
Binary11001111111000001101001010000110110010000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0D2; }

 p { color: rgb(207,224,210); }

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

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

 a { background-color: rgb(207,224,210); }

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

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

 span { border-color: rgb(207,224,210); }

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