#CBECD5

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

Shades of Granny Apple #CBECD5

Tints of Granny Apple #CBECD5

Color information

#CBECD5 (or 0xCBECD5) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D5. RGB value is (203,236,213). Sum of RGB (Red+Green+Blue) = 203+236+213=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD5 is #34132A. Grayscale: #DFDFDF. Windows color (decimal): -3412779 or 14019787. OLE color: 14019787.

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

Color convert

RGB203236213-
CMYK0.1400.100.07
HSL138.18º46.48%86.08%-
HSV(B)138.18º13.98%92.55%-
XYZ66.6377.4974.4-
YUV223.51122.07113.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=31.13%
G=36.20%
B=32.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362130.1400.100.07138.1846.4886.08
HexCBECD5E0A78a2e56
Octal31335432516012721256126
Binary110010111110110011010101111001010111100010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD5; }

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

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

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

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

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

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

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

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