Html Css Color HEX #DAB0CC Twilight

📋 copy color: '#DAB0CC'

red 218 ◦ green 176 ◦ blue 204

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

Shades of Twilight #DAB0CC

Tints of Twilight #DAB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.43%

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

R = 36.45%
G = 29.43%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB0CC (or 0xDAB0CC) is known color: Twilight. HEX triplet: DA, B0 and CC. RGB value is (218,176,204). Sum of RGB (Red+Green+Blue) = 218+176+204=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CC is #254F33. Grayscale: #BFBFBF. Windows color (decimal): -2445108 or 13414618. OLE color: 13414618.

HSL color Cylindrical-coordinate representation of color #DAB0CC: hue angle of 320º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0CC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 204 -
CMYK 0 0.19 0.06 0.15
HSL 320º 0.36% 0.77% -
HSV(B) 320º 0.19% 0.85% -
XYZ 55.34 50.32 63.92 -
YUV 191.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 218 176 204 0 0.19 0.06 0.15 320 0.36 0.77
Hex DA B0 CC 0 13 6 F 140 24 4D
Octal 332 260 314 0 23 6 17 500 44 115
Binary 11011010 10110000 11001100 0 10011 110 1111 101000000 100100 1001101

Color Harmonies of #DAB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0CC

Black with #DAB0CC

Text Example


Text Example

White with #DAB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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