#CBE2CC

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

Shades of Granny Apple #CBE2CC

Tints of Granny Apple #CBE2CC

Color information

#CBE2CC (or 0xCBE2CC) is unknown color: approx Granny Apple. HEX triplet: CB, E2 and CC. RGB value is (203,226,204). Sum of RGB (Red+Green+Blue) = 203+226+204=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2CC is #341D33. Grayscale: #D8D8D8. Windows color (decimal): -3415348 or 13427403. OLE color: 13427403.

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

Color convert

RGB203226204-
CMYK0.1000.100.11
HSL122.61º28.4%84.12%-
HSV(B)122.61º10.18%88.63%-
XYZ62.7271.4567.61-
YUV216.62120.88118.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=32.07%
G=35.70%
B=32.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032262040.1000.100.11122.6128.484.12
HexCBE2CCA0AB7b1c54
Octal313342314120121317334124
Binary11001011111000101100110010100101010111111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2CC; }

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

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

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

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

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

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

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

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