Html Css Color HEX #DAB2CC Twilight

📋 copy color: '#DAB2CC'

red 218 ◦ green 178 ◦ blue 204

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

Shades of Twilight #DAB2CC

Tints of Twilight #DAB2CC

RGB

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

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

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

R = 36.33%
G = 29.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAB2CC (or 0xDAB2CC) is known color: Twilight. HEX triplet: DA, B2 and CC. RGB value is (218,178,204). Sum of RGB (Red+Green+Blue) = 218+178+204=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CC is #254D33. Grayscale: #C0C0C0. Windows color (decimal): -2444596 or 13415130. OLE color: 13415130.

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

Color convert

RGB 218 178 204 -
CMYK 0 0.18 0.06 0.15
HSL 321º 0.35% 0.78% -
HSV(B) 321º 0.18% 0.85% -
XYZ 55.73 51.11 64.05 -
YUV 192.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 218 178 204 0 0.18 0.06 0.15 321 0.35 0.78
Hex DA B2 CC 0 12 6 F 141 23 4E
Octal 332 262 314 0 22 6 17 501 43 116
Binary 11011010 10110010 11001100 0 10010 110 1111 101000001 100011 1001110

Color Harmonies of #DAB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2CC

Black with #DAB2CC

Text Example


Text Example

White with #DAB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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