Html Css Color HEX #DCC8E6 Titan White

📋 copy color: '#DCC8E6'

red 220 ◦ green 200 ◦ blue 230

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

Shades of Titan White #DCC8E6

Tints of Titan White #DCC8E6

RGB

 RED value IS 220 (86.33% from 255) = 33.85%

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

 BLUE value IS 230 (90.23% from 255) = 35.38%

R = 33.85%
G = 30.77%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCC8E6 (or 0xDCC8E6) is known color: Titan White. HEX triplet: DC, C8 and E6. RGB value is (220,200,230). Sum of RGB (Red+Green+Blue) = 220+200+230=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8E6 is #233719. Grayscale: #D1D1D1. Windows color (decimal): -2307866 or 15124700. OLE color: 15124700.

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

Color convert

RGB 220 200 230 -
CMYK 0.04 0.13 0 0.10
HSL 280º 0.38% 0.84% -
HSV(B) 280º 0.13% 0.9% -
XYZ 64.45 62.24 83.48 -
YUV 209.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 220 200 230 0.04 0.13 0 0.10 280 0.38 0.84
Hex DC C8 E6 4 D 0 A 118 26 54
Octal 334 310 346 4 15 0 12 430 46 124
Binary 11011100 11001000 11100110 100 1101 0 1010 100011000 100110 1010100

Color Harmonies of #DCC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8E6

Black with #DCC8E6

Text Example


Text Example

White with #DCC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8E6; }

 p { color: rgb(220,200,230); }

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

background-color css

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

 a { background-color: rgb(220,200,230); }

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

border-color css

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

 span { border-color: rgb(220,200,230); }

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