Html Css Color HEX #DDCEE5 Titan White

📋 copy color: '#DDCEE5'

red 221 ◦ green 206 ◦ blue 229

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

Shades of Titan White #DDCEE5

Tints of Titan White #DDCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 33.69%
G = 31.4%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDCEE5 (or 0xDDCEE5) is known color: Titan White. HEX triplet: DD, CE and E5. RGB value is (221,206,229). Sum of RGB (Red+Green+Blue) = 221+206+229=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE5 is #22311A. Grayscale: #D5D5D5. Windows color (decimal): -2240795 or 15060701. OLE color: 15060701.

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

Color convert

RGB 221 206 229 -
CMYK 0.03 0.10 0 0.10
HSL 279.13º 0.31% 0.85% -
HSV(B) 279.13º 0.1% 0.9% -
XYZ 66.03 65.17 83.23 -
YUV 213.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 221 206 229 0.03 0.10 0 0.10 279.13 0.31 0.85
Hex DD CE E5 3 A 0 A 117 1F 55
Octal 335 316 345 3 12 0 12 427 37 125
Binary 11011101 11001110 11100101 11 1010 0 1010 100010111 11111 1010101

Color Harmonies of #DDCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEE5

Black with #DDCEE5

Text Example


Text Example

White with #DDCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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