Html Css Color HEX #DFD2E6 Titan White

📋 copy color: '#DFD2E6'

red 223 ◦ green 210 ◦ blue 230

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

Shades of Titan White #DFD2E6

Tints of Titan White #DFD2E6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.67%

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

R = 33.63%
G = 31.67%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFD2E6 (or 0xDFD2E6) is known color: Titan White. HEX triplet: DF, D2 and E6. RGB value is (223,210,230). Sum of RGB (Red+Green+Blue) = 223+210+230=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2E6 is #202D19. Grayscale: #D8D8D8. Windows color (decimal): -2108698 or 15127263. OLE color: 15127263.

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

Color convert

RGB 223 210 230 -
CMYK 0.03 0.09 0 0.10
HSL 279º 0.29% 0.86% -
HSV(B) 279º 0.09% 0.9% -
XYZ 67.76 67.49 84.32 -
YUV 216.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 223 210 230 0.03 0.09 0 0.10 279 0.29 0.86
Hex DF D2 E6 3 9 0 A 117 1D 56
Octal 337 322 346 3 11 0 12 427 35 126
Binary 11011111 11010010 11100110 11 1001 0 1010 100010111 11101 1010110

Color Harmonies of #DFD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD2E6

Black with #DFD2E6

Text Example


Text Example

White with #DFD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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