Html Css Color HEX #DAB4CA Twilight

📋 copy color: '#DAB4CA'

red 218 ◦ green 180 ◦ blue 202

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

Shades of Twilight #DAB4CA

Tints of Twilight #DAB4CA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30%

 BLUE value IS 202 (79.3% from 255) = 33.67%

R = 36.33%
G = 30%
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

#DAB4CA (or 0xDAB4CA) is known color: Twilight. HEX triplet: DA, B4 and CA. RGB value is (218,180,202). Sum of RGB (Red+Green+Blue) = 218+180+202=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CA is #254B35. Grayscale: #C1C1C1. Windows color (decimal): -2444086 or 13284570. OLE color: 13284570.

HSL color Cylindrical-coordinate representation of color #DAB4CA: hue angle of 325.26º degrees, saturation: 0.34, 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 #DAB4CA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 202 -
CMYK 0 0.17 0.07 0.15
HSL 325.26º 0.34% 0.78% -
HSV(B) 325.26º 0.17% 0.85% -
XYZ 55.9 51.81 62.93 -
YUV 193.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 218 180 202 0 0.17 0.07 0.15 325.26 0.34 0.78
Hex DA B4 CA 0 11 7 F 145 22 4E
Octal 332 264 312 0 21 7 17 505 42 116
Binary 11011010 10110100 11001010 0 10001 111 1111 101000101 100010 1001110

Color Harmonies of #DAB4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4CA

Black with #DAB4CA

Text Example


Text Example

White with #DAB4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4CA; }

 p { color: rgb(218,180,202); }

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

background-color css

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

 a { background-color: rgb(218,180,202); }

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

border-color css

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

 span { border-color: rgb(218,180,202); }

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