Html Css Color HEX #DDCFE5 Titan White

📋 copy color: '#DDCFE5'

red 221 ◦ green 207 ◦ blue 229

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

Shades of Titan White #DDCFE5

Tints of Titan White #DDCFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.51%

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

R = 33.64%
G = 31.51%
B = 34.86%

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

#DDCFE5 (or 0xDDCFE5) is known color: Titan White. HEX triplet: DD, CF and E5. RGB value is (221,207,229). Sum of RGB (Red+Green+Blue) = 221+207+229=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE5 is #22301A. Grayscale: #D5D5D5. Windows color (decimal): -2240539 or 15060957. OLE color: 15060957.

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

Color convert

RGB 221 207 229 -
CMYK 0.03 0.10 0 0.10
HSL 278.18º 0.3% 0.85% -
HSV(B) 278.18º 0.1% 0.9% -
XYZ 66.27 65.65 83.31 -
YUV 213.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 221 207 229 0.03 0.10 0 0.10 278.18 0.3 0.85
Hex DD CF E5 3 A 0 A 116 1E 55
Octal 335 317 345 3 12 0 12 426 36 125
Binary 11011101 11001111 11100101 11 1010 0 1010 100010110 11110 1010101

Color Harmonies of #DDCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFE5

Black with #DDCFE5

Text Example


Text Example

White with #DDCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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