Html Css Color HEX #DFDAE6 Titan White

📋 copy color: '#DFDAE6'

red 223 ◦ green 218 ◦ blue 230

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

Shades of Titan White #DFDAE6

Tints of Titan White #DFDAE6

RGB

 RED value IS 223 (87.5% from 255) = 33.23%

 GREEN value IS 218 (85.55% from 255) = 32.49%

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

R = 33.23%
G = 32.49%
B = 34.28%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFDAE6 (or 0xDFDAE6) is known color: Titan White. HEX triplet: DF, DA and E6. RGB value is (223,218,230). Sum of RGB (Red+Green+Blue) = 223+218+230=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE6 is #202519. Grayscale: #DCDCDC. Windows color (decimal): -2106650 or 15129311. OLE color: 15129311.

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

Color convert

RGB 223 218 230 -
CMYK 0.03 0.05 0 0.10
HSL 265º 0.19% 0.88% -
HSV(B) 265º 0.05% 0.9% -
XYZ 69.79 71.54 84.99 -
YUV 220.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 223 218 230 0.03 0.05 0 0.10 265 0.19 0.88
Hex DF DA E6 3 5 0 A 109 13 58
Octal 337 332 346 3 5 0 12 411 23 130
Binary 11011111 11011010 11100110 11 101 0 1010 100001001 10011 1011000

Color Harmonies of #DFDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAE6

Black with #DFDAE6

Text Example


Text Example

White with #DFDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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