#CBE8D4

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

Shades of Granny Apple #CBE8D4

Tints of Granny Apple #CBE8D4

Color information

#CBE8D4 (or 0xCBE8D4) is unknown color: approx Granny Apple. HEX triplet: CB, E8 and D4. RGB value is (203,232,212). Sum of RGB (Red+Green+Blue) = 203+232+212=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D4 is #34172B. Grayscale: #DDDDDD. Windows color (decimal): -3413804 or 13953227. OLE color: 13953227.

HSL color Cylindrical-coordinate representation of color #CBE8D4: hue angle of 138.62º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8D4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB203232212-
CMYK0.1200.090.09
HSL138.62º38.67%85.29%-
HSV(B)138.62º12.5%90.98%-
XYZ65.3775.1673.35-
YUV221.05122.89115.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 212 (83.20% from 255) = 32.77%
R=31.38%
G=35.86%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032322120.1200.090.09138.6238.6785.29
HexCBE8D4C0998b2755
Octal313350324140111121347125
Binary1100101111101000110101001100010011001100010111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8D4; }

 p { color: rgb(203,232,212); }

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

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

 a { background-color: rgb(203,232,212); }

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

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

 span { border-color: rgb(203,232,212); }

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