#CBDFD0

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

Shades of Granny Apple #CBDFD0

Tints of Granny Apple #CBDFD0

Color information

#CBDFD0 (or 0xCBDFD0) is unknown color: approx Granny Apple. HEX triplet: CB, DF and D0. RGB value is (203,223,208). Sum of RGB (Red+Green+Blue) = 203+223+208=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFD0 is #34202F. Grayscale: #D7D7D7. Windows color (decimal): -3416112 or 13688779. OLE color: 13688779.

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

Color convert

RGB203223208-
CMYK0.0900.070.13
HSL135º23.81%83.53%-
HSV(B)135º8.97%87.45%-
XYZ62.470.0369.9-
YUV215.31123.87119.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=32.02%
G=35.17%
B=32.81%

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
Decimal2032232080.0900.070.1313523.8183.53
HexCBDFD0907D871854
Octal31333732011071520730124
Binary11001011110111111101000010010111110110000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFD0; }

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

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

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

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

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

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

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

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