Html Css Color HEX #D8C8E2 Titan White

📋 copy color: '#D8C8E2'

red 216 ◦ green 200 ◦ blue 226

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

Shades of Titan White #D8C8E2

Tints of Titan White #D8C8E2

RGB

 RED value IS 216 (84.77% from 255) = 33.64%

 GREEN value IS 200 (78.52% from 255) = 31.15%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 33.64%
G = 31.15%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D8C8E2 (or 0xD8C8E2) is known color: Titan White. HEX triplet: D8, C8 and E2. RGB value is (216,200,226). Sum of RGB (Red+Green+Blue) = 216+200+226=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8C8E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8E2 is #27371D. Grayscale: #CFCFCF. Windows color (decimal): -2570014 or 14862552. OLE color: 14862552.

HSL color Cylindrical-coordinate representation of color #D8C8E2: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C8E2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 200 226 -
CMYK 0.04 0.12 0 0.11
HSL 276.92º 0.31% 0.84% -
HSV(B) 276.92º 0.12% 0.89% -
XYZ 62.7 61.4 80.5 -
YUV 207.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 216 200 226 0.04 0.12 0 0.11 276.92 0.31 0.84
Hex D8 C8 E2 4 C 0 B 115 1F 54
Octal 330 310 342 4 14 0 13 425 37 124
Binary 11011000 11001000 11100010 100 1100 0 1011 100010101 11111 1010100

Color Harmonies of #D8C8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8E2

Black with #D8C8E2

Text Example


Text Example

White with #D8C8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8E2; }

 p { color: rgb(216,200,226); }

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

background-color css

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

 a { background-color: rgb(216,200,226); }

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

border-color css

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

 span { border-color: rgb(216,200,226); }

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