Html Css Color HEX #D7CCDF Titan White

📋 copy color: '#D7CCDF'

red 215 ◦ green 204 ◦ blue 223

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

Shades of Titan White #D7CCDF

Tints of Titan White #D7CCDF

RGB

 RED value IS 215 (84.38% from 255) = 33.49%

 GREEN value IS 204 (80.08% from 255) = 31.78%

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 33.49%
G = 31.78%
B = 34.74%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7CCDF (or 0xD7CCDF) is known color: Titan White. HEX triplet: D7, CC and DF. RGB value is (215,204,223). Sum of RGB (Red+Green+Blue) = 215+204+223=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDF is #283320. Grayscale: #D1D1D1. Windows color (decimal): -2634529 or 14666967. OLE color: 14666967.

HSL color Cylindrical-coordinate representation of color #D7CCDF: hue angle of 274.74º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7CCDF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 204 223 -
CMYK 0.04 0.09 0 0.13
HSL 274.74º 0.23% 0.84% -
HSV(B) 274.74º 0.09% 0.87% -
XYZ 62.94 62.96 78.65 -
YUV 209.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 215 204 223 0.04 0.09 0 0.13 274.74 0.23 0.84
Hex D7 CC DF 4 9 0 D 113 17 54
Octal 327 314 337 4 11 0 15 423 27 124
Binary 11010111 11001100 11011111 100 1001 0 1101 100010011 10111 1010100

Color Harmonies of #D7CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCDF

Black with #D7CCDF

Text Example


Text Example

White with #D7CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCDF; }

 p { color: rgb(215,204,223); }

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

background-color css

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

 a { background-color: rgb(215,204,223); }

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

border-color css

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

 span { border-color: rgb(215,204,223); }

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