Html Css Color HEX #DDCEE4 Titan White

📋 copy color: '#DDCEE4'

red 221 ◦ green 206 ◦ blue 228

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

Shades of Titan White #DDCEE4

Tints of Titan White #DDCEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.81%

R = 33.74%
G = 31.45%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDCEE4 (or 0xDDCEE4) is known color: Titan White. HEX triplet: DD, CE and E4. RGB value is (221,206,228). Sum of RGB (Red+Green+Blue) = 221+206+228=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE4 is #22311B. Grayscale: #D4D4D4. Windows color (decimal): -2240796 or 14995165. OLE color: 14995165.

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

Color convert

RGB 221 206 228 -
CMYK 0.03 0.10 0 0.11
HSL 280.91º 0.29% 0.85% -
HSV(B) 280.91º 0.1% 0.89% -
XYZ 65.89 65.12 82.49 -
YUV 212.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 221 206 228 0.03 0.10 0 0.11 280.91 0.29 0.85
Hex DD CE E4 3 A 0 B 119 1D 55
Octal 335 316 344 3 12 0 13 431 35 125
Binary 11011101 11001110 11100100 11 1010 0 1011 100011001 11101 1010101

Color Harmonies of #DDCEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEE4

Black with #DDCEE4

Text Example


Text Example

White with #DDCEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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