#CDEBCE

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

Shades of Granny Apple #CDEBCE

Tints of Granny Apple #CDEBCE

Color information

#CDEBCE (or 0xCDEBCE) is unknown color: approx Granny Apple. HEX triplet: CD, EB and CE. RGB value is (205,235,206). Sum of RGB (Red+Green+Blue) = 205+235+206=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBCE is #321431. Grayscale: #DEDEDE. Windows color (decimal): -3281970 or 13560781. OLE color: 13560781.

HSL color Cylindrical-coordinate representation of color #CDEBCE: hue angle of 122º 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 #CDEBCE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB205235206-
CMYK0.1300.120.08
HSL122º42.86%86.27%-
HSV(B)122º12.77%92.16%-
XYZ66.0376.8569.75-
YUV222.72118.56115.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=31.73%
G=36.38%
B=31.89%

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
Decimal2052352060.1300.120.0812242.8686.27
HexCDEBCED0C87a2b56
Octal315353316150141017253126
Binary110011011110101111001110110101100100011110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBCE; }

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

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

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

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

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

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

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

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