Html Css Color HEX #DBCCCB Light Grey

📋 copy color: '#DBCCCB'

red 219 ◦ green 204 ◦ blue 203

#DBCCCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Grey #DBCCCB

Tints of Light Grey #DBCCCB

RGB

 RED value IS 219 (85.94% from 255) = 34.98%

 GREEN value IS 204 (80.08% from 255) = 32.59%

 BLUE value IS 203 (79.69% from 255) = 32.43%

R = 34.98%
G = 32.59%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBCCCB (or 0xDBCCCB) is known color: Light Grey. HEX triplet: DB, CC and CB. RGB value is (219,204,203). Sum of RGB (Red+Green+Blue) = 219+204+203=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCCB is #243334. Grayscale: #D0D0D0. Windows color (decimal): -2372405 or 13356251. OLE color: 13356251.

HSL color Cylindrical-coordinate representation of color #DBCCCB: hue angle of 3.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCCB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 203 -
CMYK 0 0.07 0.07 0.14
HSL 3.75º 0.18% 0.83% -
HSV(B) 3.75º 0.07% 0.86% -
XYZ 61.59 62.56 65.33 -
YUV 208.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 219 204 203 0 0.07 0.07 0.14 3.75 0.18 0.83
Hex DB CC CB 0 7 7 E 4 12 53
Octal 333 314 313 0 7 7 16 4 22 123
Binary 11011011 11001100 11001011 0 111 111 1110 100 10010 1010011

Color Harmonies of #DBCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCCB

Black with #DBCCCB

Text Example


Text Example

White with #DBCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCCB; }

 p { color: rgb(219,204,203); }

 H1.HeaderClassName
 {
   color: #DBCCCB;
 }
 .AnyTagClassName
 {
   color: #DBCCCB;
 }
</style>

background-color css

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

 a { background-color: rgb(219,204,203); }

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

border-color css

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

 span { border-color: rgb(219,204,203); }

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