#CBE4CC

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

Shades of Granny Apple #CBE4CC

Tints of Granny Apple #CBE4CC

Color information

#CBE4CC (or 0xCBE4CC) is unknown color: approx Granny Apple. HEX triplet: CB, E4 and CC. RGB value is (203,228,204). Sum of RGB (Red+Green+Blue) = 203+228+204=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CC is #341B33. Grayscale: #D9D9D9. Windows color (decimal): -3414836 or 13427915. OLE color: 13427915.

HSL color Cylindrical-coordinate representation of color #CBE4CC: hue angle of 122.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4CC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB203228204-
CMYK0.1100.110.11
HSL122.4º31.65%84.51%-
HSV(B)122.4º10.96%89.41%-
XYZ63.2772.5467.79-
YUV217.79120.22117.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=31.97%
G=35.91%
B=32.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032282040.1100.110.11122.431.6584.51
HexCBE4CCB0BB7a2055
Octal313344314130131317240125
Binary110010111110010011001100101101011101111110101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4CC; }

 p { color: rgb(203,228,204); }

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

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

 a { background-color: rgb(203,228,204); }

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

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

 span { border-color: rgb(203,228,204); }

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