Html Css Color HEX #DAC9E0 Titan White

📋 copy color: '#DAC9E0'

red 218 ◦ green 201 ◦ blue 224

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

Shades of Titan White #DAC9E0

Tints of Titan White #DAC9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 33.9%
G = 31.26%
B = 34.84%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DAC9E0 (or 0xDAC9E0) is known color: Titan White. HEX triplet: DA, C9 and E0. RGB value is (218,201,224). Sum of RGB (Red+Green+Blue) = 218+201+224=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9E0 is #25361F. Grayscale: #D0D0D0. Windows color (decimal): -2438688 or 14731738. OLE color: 14731738.

HSL color Cylindrical-coordinate representation of color #DAC9E0: hue angle of 284.35º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC9E0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 201 224 -
CMYK 0.03 0.10 0 0.12
HSL 284.35º 0.27% 0.83% -
HSV(B) 284.35º 0.1% 0.88% -
XYZ 63.25 62.06 79.17 -
YUV 208.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 218 201 224 0.03 0.10 0 0.12 284.35 0.27 0.83
Hex DA C9 E0 3 A 0 C 11C 1B 53
Octal 332 311 340 3 12 0 14 434 33 123
Binary 11011010 11001001 11100000 11 1010 0 1100 100011100 11011 1010011

Color Harmonies of #DAC9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9E0

Black with #DAC9E0

Text Example


Text Example

White with #DAC9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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