#CFE1D1

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

Shades of Granny Apple #CFE1D1

Tints of Granny Apple #CFE1D1

Color information

#CFE1D1 (or 0xCFE1D1) is unknown color: approx Granny Apple. HEX triplet: CF, E1 and D1. RGB value is (207,225,209). Sum of RGB (Red+Green+Blue) = 207+225+209=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1D1 is #301E2E. Grayscale: #D9D9D9. Windows color (decimal): -3153455 or 13754831. OLE color: 13754831.

HSL color Cylindrical-coordinate representation of color #CFE1D1: hue angle of 126.67º degrees, saturation: 0.23, 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 #CFE1D1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB207225209-
CMYK0.0800.070.12
HSL126.67º23.08%84.71%-
HSV(B)126.67º8%88.24%-
XYZ64.1771.7270.78-
YUV217.79123.04120.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=32.29%
G=35.10%
B=32.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252090.0800.070.12126.6723.0884.71
HexCFE1D1807C7f1755
Octal31734132110071417727125
Binary1100111111100001110100011000011111001111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1D1; }

 p { color: rgb(207,225,209); }

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

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

 a { background-color: rgb(207,225,209); }

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

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

 span { border-color: rgb(207,225,209); }

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