#CDEBCF

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

Shades of Granny Apple #CDEBCF

Tints of Granny Apple #CDEBCF

Color information

#CDEBCF (or 0xCDEBCF) is unknown color: approx Granny Apple. HEX triplet: CD, EB and CF. RGB value is (205,235,207). Sum of RGB (Red+Green+Blue) = 205+235+207=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBCF is #321430. Grayscale: #DEDEDE. Windows color (decimal): -3281969 or 13626317. OLE color: 13626317.

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

Color convert

RGB205235207-
CMYK0.1300.120.08
HSL124º42.86%86.27%-
HSV(B)124º12.77%92.16%-
XYZ66.1576.970.39-
YUV222.84119.06115.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=31.68%
G=36.32%
B=31.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352070.1300.120.0812442.8686.27
HexCDEBCFD0C87c2b56
Octal315353317150141017453126
Binary110011011110101111001111110101100100011111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBCF; }

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

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

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

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

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

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

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

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