#CDECCF

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

Shades of Granny Apple #CDECCF

Tints of Granny Apple #CDECCF

Color information

#CDECCF (or 0xCDECCF) is unknown color: approx Granny Apple. HEX triplet: CD, EC and CF. RGB value is (205,236,207). Sum of RGB (Red+Green+Blue) = 205+236+207=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECCF is #321330. Grayscale: #DFDFDF. Windows color (decimal): -3281713 or 13626573. OLE color: 13626573.

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

Color convert

RGB205236207-
CMYK0.1300.120.07
HSL123.87º44.93%86.47%-
HSV(B)123.87º13.14%92.55%-
XYZ66.4377.4870.48-
YUV223.42118.73114.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=31.64%
G=36.42%
B=31.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362070.1300.120.07123.8744.9386.47
HexCDECCFD0C77c2d56
Octal31535431715014717455126
Binary11001101111011001100111111010110011111111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECCF; }

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

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

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

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

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

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

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

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