#CDEFCF

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

Shades of Granny Apple #CDEFCF

Tints of Granny Apple #CDEFCF

Color information

#CDEFCF (or 0xCDEFCF) is unknown color: approx Granny Apple. HEX triplet: CD, EF and CF. RGB value is (205,239,207). Sum of RGB (Red+Green+Blue) = 205+239+207=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFCF is #321030. Grayscale: #E1E1E1. Windows color (decimal): -3280945 or 13627341. OLE color: 13627341.

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

Color convert

RGB205239207-
CMYK0.1400.130.06
HSL123.53º51.52%87.06%-
HSV(B)123.53º14.23%93.73%-
XYZ67.3179.2270.77-
YUV225.19117.74113.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=31.49%
G=36.71%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392070.1400.130.06123.5351.5287.06
HexCDEFCFE0D67c3457
Octal31535731716015617464127
Binary11001101111011111100111111100110111011111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFCF; }

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

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

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

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

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

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

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

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