#CEDFD1

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

Shades of Granny Apple #CEDFD1

Tints of Granny Apple #CEDFD1

Color information

#CEDFD1 (or 0xCEDFD1) is unknown color: approx Granny Apple. HEX triplet: CE, DF and D1. RGB value is (206,223,209). Sum of RGB (Red+Green+Blue) = 206+223+209=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD1 is #31202E. Grayscale: #D8D8D8. Windows color (decimal): -3219503 or 13754318. OLE color: 13754318.

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

Color convert

RGB206223209-
CMYK0.0800.060.13
HSL130.59º20.99%84.12%-
HSV(B)130.59º7.62%87.45%-
XYZ63.3570.570.59-
YUV216.32123.87120.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 209 (82.03% 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.13
SystemRedGreenBlueCMYKHSL
Decimal2062232090.0800.060.13130.5920.9984.12
HexCEDFD1806D831554
Octal31633732110061520325124
Binary11001110110111111101000110000110110110000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFD1; }

 p { color: rgb(206,223,209); }

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

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

 a { background-color: rgb(206,223,209); }

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

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

 span { border-color: rgb(206,223,209); }

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