Html Css Color HEX #DAB4CC Twilight

📋 copy color: '#DAB4CC'

red 218 ◦ green 180 ◦ blue 204

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

Shades of Twilight #DAB4CC

Tints of Twilight #DAB4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 36.21%
G = 29.9%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB4CC (or 0xDAB4CC) is known color: Twilight. HEX triplet: DA, B4 and CC. RGB value is (218,180,204). Sum of RGB (Red+Green+Blue) = 218+180+204=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CC is #254B33. Grayscale: #C2C2C2. Windows color (decimal): -2444084 or 13415642. OLE color: 13415642.

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

Color convert

RGB 218 180 204 -
CMYK 0 0.17 0.06 0.15
HSL 322.11º 0.34% 0.78% -
HSV(B) 322.11º 0.17% 0.85% -
XYZ 56.13 51.91 64.19 -
YUV 194.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 218 180 204 0 0.17 0.06 0.15 322.11 0.34 0.78
Hex DA B4 CC 0 11 6 F 142 22 4E
Octal 332 264 314 0 21 6 17 502 42 116
Binary 11011010 10110100 11001100 0 10001 110 1111 101000010 100010 1001110

Color Harmonies of #DAB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4CC

Black with #DAB4CC

Text Example


Text Example

White with #DAB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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