Html Css Color HEX #DDCEE8 Titan White

📋 copy color: '#DDCEE8'

red 221 ◦ green 206 ◦ blue 232

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

Shades of Titan White #DDCEE8

Tints of Titan White #DDCEE8

RGB

 RED value IS 221 (86.72% from 255) = 33.54%

 GREEN value IS 206 (80.86% from 255) = 31.26%

 BLUE value IS 232 (91.02% from 255) = 35.2%

R = 33.54%
G = 31.26%
B = 35.2%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDCEE8 (or 0xDDCEE8) is known color: Titan White. HEX triplet: DD, CE and E8. RGB value is (221,206,232). Sum of RGB (Red+Green+Blue) = 221+206+232=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEE8 is #223117. Grayscale: #D5D5D5. Windows color (decimal): -2240792 or 15257309. OLE color: 15257309.

HSL color Cylindrical-coordinate representation of color #DDCEE8: hue angle of 274.62º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCEE8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 206 232 -
CMYK 0.05 0.11 0 0.09
HSL 274.62º 0.36% 0.86% -
HSV(B) 274.62º 0.11% 0.91% -
XYZ 66.46 65.34 85.45 -
YUV 213.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 221 206 232 0.05 0.11 0 0.09 274.62 0.36 0.86
Hex DD CE E8 5 B 0 9 113 24 56
Octal 335 316 350 5 13 0 11 423 44 126
Binary 11011101 11001110 11101000 101 1011 0 1001 100010011 100100 1010110

Color Harmonies of #DDCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEE8

Black with #DDCEE8

Text Example


Text Example

White with #DDCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEE8; }

 p { color: rgb(221,206,232); }

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

background-color css

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

 a { background-color: rgb(221,206,232); }

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

border-color css

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

 span { border-color: rgb(221,206,232); }

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