Html Css Color HEX #DAC8E6 Titan White

📋 copy color: '#DAC8E6'

red 218 ◦ green 200 ◦ blue 230

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

Shades of Titan White #DAC8E6

Tints of Titan White #DAC8E6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.86%

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

R = 33.64%
G = 30.86%
B = 35.49%

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

#DAC8E6 (or 0xDAC8E6) is known color: Titan White. HEX triplet: DA, C8 and E6. RGB value is (218,200,230). Sum of RGB (Red+Green+Blue) = 218+200+230=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8E6 is #253719. Grayscale: #D0D0D0. Windows color (decimal): -2438938 or 15124698. OLE color: 15124698.

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

Color convert

RGB 218 200 230 -
CMYK 0.05 0.13 0 0.10
HSL 276º 0.38% 0.84% -
HSV(B) 276º 0.13% 0.9% -
XYZ 63.85 61.93 83.45 -
YUV 208.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 218 200 230 0.05 0.13 0 0.10 276 0.38 0.84
Hex DA C8 E6 5 D 0 A 114 26 54
Octal 332 310 346 5 15 0 12 424 46 124
Binary 11011010 11001000 11100110 101 1101 0 1010 100010100 100110 1010100

Color Harmonies of #DAC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8E6

Black with #DAC8E6

Text Example


Text Example

White with #DAC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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