Html Css Color HEX #DCC6E8 Titan White

📋 copy color: '#DCC6E8'

red 220 ◦ green 198 ◦ blue 232

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

Shades of Titan White #DCC6E8

Tints of Titan White #DCC6E8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 33.85%
G = 30.46%
B = 35.69%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCC6E8 (or 0xDCC6E8) is known color: Titan White. HEX triplet: DC, C6 and E8. RGB value is (220,198,232). Sum of RGB (Red+Green+Blue) = 220+198+232=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6E8 is #233917. Grayscale: #D0D0D0. Windows color (decimal): -2308376 or 15255260. OLE color: 15255260.

HSL color Cylindrical-coordinate representation of color #DCC6E8: hue angle of 278.82º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC6E8 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 198 232 -
CMYK 0.05 0.15 0 0.09
HSL 278.82º 0.43% 0.84% -
HSV(B) 278.82º 0.15% 0.91% -
XYZ 64.27 61.43 84.81 -
YUV 208.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 220 198 232 0.05 0.15 0 0.09 278.82 0.43 0.84
Hex DC C6 E8 5 F 0 9 117 2A 54
Octal 334 306 350 5 17 0 11 427 52 124
Binary 11011100 11000110 11101000 101 1111 0 1001 100010111 101010 1010100

Color Harmonies of #DCC6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6E8

Black with #DCC6E8

Text Example


Text Example

White with #DCC6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6E8; }

 p { color: rgb(220,198,232); }

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

background-color css

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

 a { background-color: rgb(220,198,232); }

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

border-color css

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

 span { border-color: rgb(220,198,232); }

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