#CBECCD

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

Shades of Granny Apple #CBECCD

Tints of Granny Apple #CBECCD

Color information

#CBECCD (or 0xCBECCD) is unknown color: approx Granny Apple. HEX triplet: CB, EC and CD. RGB value is (203,236,205). Sum of RGB (Red+Green+Blue) = 203+236+205=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCD is #341332. Grayscale: #DEDEDE. Windows color (decimal): -3412787 or 13495499. OLE color: 13495499.

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

Color convert

RGB203236205-
CMYK0.1400.130.07
HSL123.64º46.48%86.08%-
HSV(B)123.64º13.98%92.55%-
XYZ65.6477.169.18-
YUV222.6118.07114.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=31.52%
G=36.65%
B=31.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362050.1400.130.07123.6446.4886.08
HexCBECCDE0D77c2e56
Octal31335431516015717456126
Binary11001011111011001100110111100110111111111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECCD; }

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

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

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

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

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

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

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

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