#CBDFCD

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

Shades of Granny Apple #CBDFCD

Tints of Granny Apple #CBDFCD

Color information

#CBDFCD (or 0xCBDFCD) is unknown color: approx Granny Apple. HEX triplet: CB, DF and CD. RGB value is (203,223,205). Sum of RGB (Red+Green+Blue) = 203+223+205=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFCD is #342032. Grayscale: #D7D7D7. Windows color (decimal): -3416115 or 13492171. OLE color: 13492171.

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

Color convert

RGB203223205-
CMYK0.0900.080.13
HSL126º23.81%83.53%-
HSV(B)126º8.97%87.45%-
XYZ62.0469.8867.98-
YUV214.97122.37119.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=32.17%
G=35.34%
B=32.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032232050.0900.080.1312623.8183.53
HexCBDFCD908D7e1854
Octal313337315110101517630124
Binary11001011110111111100110110010100011011111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFCD; }

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

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

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

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

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

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

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

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