#CDE7CF

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

Shades of Granny Apple #CDE7CF

Tints of Granny Apple #CDE7CF

Color information

#CDE7CF (or 0xCDE7CF) is unknown color: approx Granny Apple. HEX triplet: CD, E7 and CF. RGB value is (205,231,207). Sum of RGB (Red+Green+Blue) = 205+231+207=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CF is #321830. Grayscale: #DCDCDC. Windows color (decimal): -3282993 or 13625293. OLE color: 13625293.

HSL color Cylindrical-coordinate representation of color #CDE7CF: hue angle of 124.62º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE7CF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB205231207-
CMYK0.1100.100.09
HSL124.62º35.14%85.49%-
HSV(B)124.62º11.26%90.59%-
XYZ65.0274.6470.01-
YUV220.49120.39116.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=31.88%
G=35.93%
B=32.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052312070.1100.100.09124.6235.1485.49
HexCDE7CFB0A97d2355
Octal315347317130121117543125
Binary110011011110011111001111101101010100111111011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7CF; }

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

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

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

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

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

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

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

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