Html Css Color HEX #DDCDE5 Titan White

📋 copy color: '#DDCDE5'

red 221 ◦ green 205 ◦ blue 229

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

Shades of Titan White #DDCDE5

Tints of Titan White #DDCDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.3%

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

R = 33.74%
G = 31.3%
B = 34.96%

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

#DDCDE5 (or 0xDDCDE5) is known color: Titan White. HEX triplet: DD, CD and E5. RGB value is (221,205,229). Sum of RGB (Red+Green+Blue) = 221+205+229=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDE5 is #22321A. Grayscale: #D4D4D4. Windows color (decimal): -2241051 or 15060445. OLE color: 15060445.

HSL color Cylindrical-coordinate representation of color #DDCDE5: hue angle of 280º degrees, saturation: 0.32, 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 #DDCDE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 205 229 -
CMYK 0.03 0.10 0 0.10
HSL 280º 0.32% 0.85% -
HSV(B) 280º 0.1% 0.9% -
XYZ 65.79 64.69 83.15 -
YUV 212.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 221 205 229 0.03 0.10 0 0.10 280 0.32 0.85
Hex DD CD E5 3 A 0 A 118 20 55
Octal 335 315 345 3 12 0 12 430 40 125
Binary 11011101 11001101 11100101 11 1010 0 1010 100011000 100000 1010101

Color Harmonies of #DDCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDE5

Black with #DDCDE5

Text Example


Text Example

White with #DDCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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