Html Css Color HEX #DBDFCB Feta

📋 copy color: '#DBDFCB'

red 219 ◦ green 223 ◦ blue 203

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

Shades of Feta #DBDFCB

Tints of Feta #DBDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.57%

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

R = 33.95%
G = 34.57%
B = 31.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DBDFCB (or 0xDBDFCB) is known color: Feta. HEX triplet: DB, DF and CB. RGB value is (219,223,203). Sum of RGB (Red+Green+Blue) = 219+223+203=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFCB is #242034. Grayscale: #DBDBDB. Windows color (decimal): -2367541 or 13361115. OLE color: 13361115.

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

Color convert

RGB 219 223 203 -
CMYK 0.02 0 0.09 0.13
HSL 72º 0.24% 0.84% -
HSV(B) 72º 0.09% 0.87% -
XYZ 66.38 72.15 66.93 -
YUV 219.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 219 223 203 0.02 0 0.09 0.13 72 0.24 0.84
Hex DB DF CB 2 0 9 D 48 18 54
Octal 333 337 313 2 0 11 15 110 30 124
Binary 11011011 11011111 11001011 10 0 1001 1101 1001000 11000 1010100

Color Harmonies of #DBDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFCB

Black with #DBDFCB

Text Example


Text Example

White with #DBDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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