#CDEECF

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

Shades of Granny Apple #CDEECF

Tints of Granny Apple #CDEECF

Color information

#CDEECF (or 0xCDEECF) is unknown color: approx Granny Apple. HEX triplet: CD, EE and CF. RGB value is (205,238,207). Sum of RGB (Red+Green+Blue) = 205+238+207=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEECF is #321130. Grayscale: #E0E0E0. Windows color (decimal): -3281201 or 13627085. OLE color: 13627085.

HSL color Cylindrical-coordinate representation of color #CDEECF: hue angle of 123.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEECF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB205238207-
CMYK0.1400.130.07
HSL123.64º49.25%86.86%-
HSV(B)123.64º13.87%93.33%-
XYZ67.0178.6370.68-
YUV224.6118.07114.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=31.54%
G=36.62%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382070.1400.130.07123.6449.2586.86
HexCDEECFE0D77c3157
Octal31535631716015717461127
Binary11001101111011101100111111100110111111111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEECF; }

 p { color: rgb(205,238,207); }

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

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

 a { background-color: rgb(205,238,207); }

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

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

 span { border-color: rgb(205,238,207); }

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