#CBE0CD

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

Shades of Granny Apple #CBE0CD

Tints of Granny Apple #CBE0CD

Color information

#CBE0CD (or 0xCBE0CD) is unknown color: approx Granny Apple. HEX triplet: CB, E0 and CD. RGB value is (203,224,205). Sum of RGB (Red+Green+Blue) = 203+224+205=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CD is #341F32. Grayscale: #D7D7D7. Windows color (decimal): -3415859 or 13492427. OLE color: 13492427.

HSL color Cylindrical-coordinate representation of color #CBE0CD: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBE0CD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB203224205-
CMYK0.0900.080.12
HSL125.71º25.3%83.73%-
HSV(B)125.71º9.38%87.84%-
XYZ62.370.4268.07-
YUV215.56122.04119.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=32.12%
G=35.44%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032242050.0900.080.12125.7125.383.73
HexCBE0CD908C7e1954
Octal313340315110101417631124
Binary11001011111000001100110110010100011001111110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0CD; }

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

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

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

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

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

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

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

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