#CBECD2

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

Shades of Granny Apple #CBECD2

Tints of Granny Apple #CBECD2

Color information

#CBECD2 (or 0xCBECD2) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D2. RGB value is (203,236,210). Sum of RGB (Red+Green+Blue) = 203+236+210=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD2 is #34132D. Grayscale: #DFDFDF. Windows color (decimal): -3412782 or 13823179. OLE color: 13823179.

HSL color Cylindrical-coordinate representation of color #CBECD2: hue angle of 132.73º degrees, saturation: 0.46, 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 #CBECD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB203236210-
CMYK0.1400.110.07
HSL132.73º46.48%86.08%-
HSV(B)132.73º13.98%92.55%-
XYZ66.2677.3472.41-
YUV223.17120.57113.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=31.28%
G=36.36%
B=32.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362100.1400.110.07132.7346.4886.08
HexCBECD2E0B7852e56
Octal31335432216013720556126
Binary110010111110110011010010111001011111100001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD2; }

 p { color: rgb(203,236,210); }

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

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

 a { background-color: rgb(203,236,210); }

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

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

 span { border-color: rgb(203,236,210); }

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