#CBECD7

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

Shades of Granny Apple #CBECD7

Tints of Granny Apple #CBECD7

Color information

#CBECD7 (or 0xCBECD7) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D7. RGB value is (203,236,215). Sum of RGB (Red+Green+Blue) = 203+236+215=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD7 is #341328. Grayscale: #DFDFDF. Windows color (decimal): -3412777 or 14150859. OLE color: 14150859.

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

Color convert

RGB203236215-
CMYK0.1400.090.07
HSL141.82º46.48%86.08%-
HSV(B)141.82º13.98%92.55%-
XYZ66.8977.5975.74-
YUV223.74123.07113.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=31.04%
G=36.09%
B=32.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362150.1400.090.07141.8246.4886.08
HexCBECD7E0978e2e56
Octal31335432716011721656126
Binary110010111110110011010111111001001111100011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD7; }

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

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

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

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

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

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

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

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