Html Css Color HEX #DAB2CB Twilight

📋 copy color: '#DAB2CB'

red 218 ◦ green 178 ◦ blue 203

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

Shades of Twilight #DAB2CB

Tints of Twilight #DAB2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.72%

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

R = 36.39%
G = 29.72%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAB2CB (or 0xDAB2CB) is known color: Twilight. HEX triplet: DA, B2 and CB. RGB value is (218,178,203). Sum of RGB (Red+Green+Blue) = 218+178+203=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CB is #254D34. Grayscale: #C0C0C0. Windows color (decimal): -2444597 or 13349594. OLE color: 13349594.

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

Color convert

RGB 218 178 203 -
CMYK 0 0.18 0.07 0.15
HSL 322.5º 0.35% 0.78% -
HSV(B) 322.5º 0.18% 0.85% -
XYZ 55.61 51.06 63.42 -
YUV 192.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 218 178 203 0 0.18 0.07 0.15 322.5 0.35 0.78
Hex DA B2 CB 0 12 7 F 142 23 4E
Octal 332 262 313 0 22 7 17 502 43 116
Binary 11011010 10110010 11001011 0 10010 111 1111 101000010 100011 1001110

Color Harmonies of #DAB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2CB

Black with #DAB2CB

Text Example


Text Example

White with #DAB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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