Html Css Color HEX #DBCABC Swirl

📋 copy color: '#DBCABC'

red 219 ◦ green 202 ◦ blue 188

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

Shades of Swirl #DBCABC

Tints of Swirl #DBCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.17%

 BLUE value IS 188 (73.83% from 255) = 30.87%

R = 35.96%
G = 33.17%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBCABC (or 0xDBCABC) is known color: Swirl. HEX triplet: DB, CA and BC. RGB value is (219,202,188). Sum of RGB (Red+Green+Blue) = 219+202+188=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCABC is #243543. Grayscale: #CDCDCD. Windows color (decimal): -2372932 or 12372699. OLE color: 12372699.

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

Color convert

RGB 219 202 188 -
CMYK 0 0.08 0.14 0.14
HSL 27.1º 0.3% 0.8% -
HSV(B) 27.1º 0.14% 0.86% -
XYZ 59.41 60.93 56.21 -
YUV 205.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 219 202 188 0 0.08 0.14 0.14 27.1 0.3 0.8
Hex DB CA BC 0 8 E E 1B 1E 50
Octal 333 312 274 0 10 16 16 33 36 120
Binary 11011011 11001010 10111100 0 1000 1110 1110 11011 11110 1010000

Color Harmonies of #DBCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCABC

Black with #DBCABC

Text Example


Text Example

White with #DBCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCABC; }

 p { color: rgb(219,202,188); }

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

background-color css

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

 a { background-color: rgb(219,202,188); }

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

border-color css

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

 span { border-color: rgb(219,202,188); }

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