Html Css Color HEX #DABBCA Twilight

📋 copy color: '#DABBCA'

red 218 ◦ green 187 ◦ blue 202

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

Shades of Twilight #DABBCA

Tints of Twilight #DABBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 35.91%
G = 30.81%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DABBCA (or 0xDABBCA) is known color: Twilight. HEX triplet: DA, BB and CA. RGB value is (218,187,202). Sum of RGB (Red+Green+Blue) = 218+187+202=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCA is #254435. Grayscale: #C5C5C5. Windows color (decimal): -2442294 or 13286362. OLE color: 13286362.

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

Color convert

RGB 218 187 202 -
CMYK 0 0.14 0.07 0.15
HSL 330.97º 0.3% 0.79% -
HSV(B) 330.97º 0.14% 0.85% -
XYZ 57.34 54.71 63.41 -
YUV 197.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 218 187 202 0 0.14 0.07 0.15 330.97 0.3 0.79
Hex DA BB CA 0 E 7 F 14B 1E 4F
Octal 332 273 312 0 16 7 17 513 36 117
Binary 11011010 10111011 11001010 0 1110 111 1111 101001011 11110 1001111

Color Harmonies of #DABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBCA

Black with #DABBCA

Text Example


Text Example

White with #DABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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