#CBDFD1

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

Shades of Granny Apple #CBDFD1

Tints of Granny Apple #CBDFD1

Color information

#CBDFD1 (or 0xCBDFD1) is unknown color: approx Granny Apple. HEX triplet: CB, DF and D1. RGB value is (203,223,209). Sum of RGB (Red+Green+Blue) = 203+223+209=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFD1 is #34202E. Grayscale: #D7D7D7. Windows color (decimal): -3416111 or 13754315. OLE color: 13754315.

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

Color convert

RGB203223209-
CMYK0.0900.060.13
HSL138º23.81%83.53%-
HSV(B)138º8.97%87.45%-
XYZ62.5270.0870.55-
YUV215.42124.37119.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=31.97%
G=35.12%
B=32.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032232090.0900.060.1313823.8183.53
HexCBDFD1906D8a1854
Octal31333732111061521230124
Binary11001011110111111101000110010110110110001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFD1; }

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

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

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

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

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

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

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

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