Html Css Color HEX #DAC9E6 Titan White

📋 copy color: '#DAC9E6'

red 218 ◦ green 201 ◦ blue 230

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

Shades of Titan White #DAC9E6

Tints of Titan White #DAC9E6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.97%

 BLUE value IS 230 (90.23% from 255) = 35.44%

R = 33.59%
G = 30.97%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAC9E6 (or 0xDAC9E6) is known color: Titan White. HEX triplet: DA, C9 and E6. RGB value is (218,201,230). Sum of RGB (Red+Green+Blue) = 218+201+230=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC9E6 is #253619. Grayscale: #D1D1D1. Windows color (decimal): -2438682 or 15124954. OLE color: 15124954.

HSL color Cylindrical-coordinate representation of color #DAC9E6: hue angle of 275.17º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC9E6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 201 230 -
CMYK 0.05 0.13 0 0.10
HSL 275.17º 0.37% 0.85% -
HSV(B) 275.17º 0.13% 0.9% -
XYZ 64.08 62.39 83.53 -
YUV 209.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 218 201 230 0.05 0.13 0 0.10 275.17 0.37 0.85
Hex DA C9 E6 5 D 0 A 113 25 55
Octal 332 311 346 5 15 0 12 423 45 125
Binary 11011010 11001001 11100110 101 1101 0 1010 100010011 100101 1010101

Color Harmonies of #DAC9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9E6

Black with #DAC9E6

Text Example


Text Example

White with #DAC9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9E6; }

 p { color: rgb(218,201,230); }

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

background-color css

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

 a { background-color: rgb(218,201,230); }

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

border-color css

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

 span { border-color: rgb(218,201,230); }

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