Html Css Color HEX #DAB6CB Twilight

📋 copy color: '#DAB6CB'

red 218 ◦ green 182 ◦ blue 203

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

Shades of Twilight #DAB6CB

Tints of Twilight #DAB6CB

RGB

 RED value IS 218 (85.55% from 255) = 36.15%

 GREEN value IS 182 (71.48% from 255) = 30.18%

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

R = 36.15%
G = 30.18%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAB6CB (or 0xDAB6CB) is known color: Twilight. HEX triplet: DA, B6 and CB. RGB value is (218,182,203). Sum of RGB (Red+Green+Blue) = 218+182+203=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6CB is #254934. Grayscale: #C3C3C3. Windows color (decimal): -2443573 or 13350618. OLE color: 13350618.

HSL color Cylindrical-coordinate representation of color #DAB6CB: hue angle of 325º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6CB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 203 -
CMYK 0 0.17 0.07 0.15
HSL 325º 0.33% 0.78% -
HSV(B) 325º 0.17% 0.85% -
XYZ 56.42 52.67 63.69 -
YUV 195.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 218 182 203 0 0.17 0.07 0.15 325 0.33 0.78
Hex DA B6 CB 0 11 7 F 145 21 4E
Octal 332 266 313 0 21 7 17 505 41 116
Binary 11011010 10110110 11001011 0 10001 111 1111 101000101 100001 1001110

Color Harmonies of #DAB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6CB

Black with #DAB6CB

Text Example


Text Example

White with #DAB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6CB; }

 p { color: rgb(218,182,203); }

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

background-color css

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

 a { background-color: rgb(218,182,203); }

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

border-color css

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

 span { border-color: rgb(218,182,203); }

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