#CFDCD2

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

Shades of Granny Apple #CFDCD2

Tints of Granny Apple #CFDCD2

Color information

#CFDCD2 (or 0xCFDCD2) is unknown color: approx Granny Apple. HEX triplet: CF, DC and D2. RGB value is (207,220,210). Sum of RGB (Red+Green+Blue) = 207+220+210=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCD2 is #30232D. Grayscale: #D6D6D6. Windows color (decimal): -3154734 or 13819087. OLE color: 13819087.

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

Color convert

RGB207220210-
CMYK0.0600.050.14
HSL133.85º15.66%83.73%-
HSV(B)133.85º5.91%86.27%-
XYZ62.9669.170.99-
YUV214.97125.19122.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=32.50%
G=34.54%
B=32.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072202100.0600.050.14133.8515.6683.73
HexCFDCD2605E861054
Octal3173343226051620620124
Binary1100111111011100110100101100101111010000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCD2; }

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

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

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

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

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

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

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

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