#CBEDCD

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

Shades of Granny Apple #CBEDCD

Tints of Granny Apple #CBEDCD

Color information

#CBEDCD (or 0xCBEDCD) is unknown color: approx Granny Apple. HEX triplet: CB, ED and CD. RGB value is (203,237,205). Sum of RGB (Red+Green+Blue) = 203+237+205=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCD is #341232. Grayscale: #DFDFDF. Windows color (decimal): -3412531 or 13495755. OLE color: 13495755.

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

Color convert

RGB203237205-
CMYK0.1400.140.07
HSL123.53º48.57%86.27%-
HSV(B)123.53º14.35%92.94%-
XYZ65.9377.6769.27-
YUV223.19117.74113.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=31.47%
G=36.74%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372050.1400.140.07123.5348.5786.27
HexCBEDCDE0E77c3156
Octal31335531516016717461126
Binary11001011111011011100110111100111011111111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDCD; }

 p { color: rgb(203,237,205); }

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

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

 a { background-color: rgb(203,237,205); }

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

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

 span { border-color: rgb(203,237,205); }

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