Html Css Color HEX #DAC5E6 Titan White

📋 copy color: '#DAC5E6'

red 218 ◦ green 197 ◦ blue 230

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

Shades of Titan White #DAC5E6

Tints of Titan White #DAC5E6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.54%

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

R = 33.8%
G = 30.54%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAC5E6 (or 0xDAC5E6) is known color: Titan White. HEX triplet: DA, C5 and E6. RGB value is (218,197,230). Sum of RGB (Red+Green+Blue) = 218+197+230=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5E6 is #253A19. Grayscale: #CECECE. Windows color (decimal): -2439706 or 15123930. OLE color: 15123930.

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

Color convert

RGB 218 197 230 -
CMYK 0.05 0.14 0 0.10
HSL 278.18º 0.4% 0.84% -
HSV(B) 278.18º 0.14% 0.9% -
XYZ 63.16 60.55 83.22 -
YUV 207.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 218 197 230 0.05 0.14 0 0.10 278.18 0.4 0.84
Hex DA C5 E6 5 E 0 A 116 28 54
Octal 332 305 346 5 16 0 12 426 50 124
Binary 11011010 11000101 11100110 101 1110 0 1010 100010110 101000 1010100

Color Harmonies of #DAC5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5E6

Black with #DAC5E6

Text Example


Text Example

White with #DAC5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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