Html Css Color HEX #DBC1CE Twilight

📋 copy color: '#DBC1CE'

red 219 ◦ green 193 ◦ blue 206

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

Shades of Twilight #DBC1CE

Tints of Twilight #DBC1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 35.44%
G = 31.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBC1CE (or 0xDBC1CE) is known color: Twilight. HEX triplet: DB, C1 and CE. RGB value is (219,193,206). Sum of RGB (Red+Green+Blue) = 219+193+206=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1CE is #243E31. Grayscale: #CACACA. Windows color (decimal): -2375218 or 13550043. OLE color: 13550043.

HSL color Cylindrical-coordinate representation of color #DBC1CE: hue angle of 330º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1CE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 206 -
CMYK 0 0.12 0.06 0.14
HSL 330º 0.27% 0.81% -
HSV(B) 330º 0.12% 0.86% -
XYZ 59.42 57.66 66.39 -
YUV 202.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 219 193 206 0 0.12 0.06 0.14 330 0.27 0.81
Hex DB C1 CE 0 C 6 E 14A 1B 51
Octal 333 301 316 0 14 6 16 512 33 121
Binary 11011011 11000001 11001110 0 1100 110 1110 101001010 11011 1010001

Color Harmonies of #DBC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1CE

Black with #DBC1CE

Text Example


Text Example

White with #DBC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1CE; }

 p { color: rgb(219,193,206); }

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

background-color css

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

 a { background-color: rgb(219,193,206); }

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

border-color css

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

 span { border-color: rgb(219,193,206); }

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