#CBDECF

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

Shades of Granny Apple #CBDECF

Tints of Granny Apple #CBDECF

Color information

#CBDECF (or 0xCBDECF) is unknown color: approx Granny Apple. HEX triplet: CB, DE and CF. RGB value is (203,222,207). Sum of RGB (Red+Green+Blue) = 203+222+207=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDECF is #342130. Grayscale: #D6D6D6. Windows color (decimal): -3416369 or 13622987. OLE color: 13622987.

HSL color Cylindrical-coordinate representation of color #CBDECF: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDECF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB203222207-
CMYK0.0900.070.13
HSL132.63º22.35%83.33%-
HSV(B)132.63º8.56%87.06%-
XYZ62.0169.4469.17-
YUV214.61123.71119.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=32.12%
G=35.13%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222070.0900.070.13132.6322.3583.33
HexCBDECF907D851653
Octal31333631711071520526123
Binary11001011110111101100111110010111110110000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDECF; }

 p { color: rgb(203,222,207); }

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

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

 a { background-color: rgb(203,222,207); }

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

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

 span { border-color: rgb(203,222,207); }

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