Html Css Color HEX #DBC6D2 Twilight

📋 copy color: '#DBC6D2'

red 219 ◦ green 198 ◦ blue 210

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

Shades of Twilight #DBC6D2

Tints of Twilight #DBC6D2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.58%

 BLUE value IS 210 (82.42% from 255) = 33.49%

R = 34.93%
G = 31.58%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBC6D2 (or 0xDBC6D2) is known color: Twilight. HEX triplet: DB, C6 and D2. RGB value is (219,198,210). Sum of RGB (Red+Green+Blue) = 219+198+210=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6D2 is #24392D. Grayscale: #CDCDCD. Windows color (decimal): -2373934 or 13813467. OLE color: 13813467.

HSL color Cylindrical-coordinate representation of color #DBC6D2: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC6D2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 210 -
CMYK 0 0.10 0.04 0.14
HSL 325.71º 0.23% 0.82% -
HSV(B) 325.71º 0.1% 0.86% -
XYZ 61.04 60.1 69.36 -
YUV 205.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 219 198 210 0 0.10 0.04 0.14 325.71 0.23 0.82
Hex DB C6 D2 0 A 4 E 146 17 52
Octal 333 306 322 0 12 4 16 506 27 122
Binary 11011011 11000110 11010010 0 1010 100 1110 101000110 10111 1010010

Color Harmonies of #DBC6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6D2

Black with #DBC6D2

Text Example


Text Example

White with #DBC6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6D2; }

 p { color: rgb(219,198,210); }

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

background-color css

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

 a { background-color: rgb(219,198,210); }

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

border-color css

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

 span { border-color: rgb(219,198,210); }

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