Html Css Color HEX #D0CCE7 Quartz

📋 copy color: '#D0CCE7'

red 208 ◦ green 204 ◦ blue 231

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

Shades of Quartz #D0CCE7

Tints of Quartz #D0CCE7

RGB

 RED value IS 208 (81.64% from 255) = 32.35%

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

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 32.35%
G = 31.73%
B = 35.93%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0CCE7 (or 0xD0CCE7) is known color: Quartz. HEX triplet: D0, CC and E7. RGB value is (208,204,231). Sum of RGB (Red+Green+Blue) = 208+204+231=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCE7 is #2F3318. Grayscale: #D0D0D0. Windows color (decimal): -3093273 or 15191248. OLE color: 15191248.

HSL color Cylindrical-coordinate representation of color #D0CCE7: hue angle of 248.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CCE7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 204 231 -
CMYK 0.10 0.12 0 0.09
HSL 248.89º 0.36% 0.85% -
HSV(B) 248.89º 0.12% 0.91% -
XYZ 62.03 62.37 84.37 -
YUV 208.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 208 204 231 0.10 0.12 0 0.09 248.89 0.36 0.85
Hex D0 CC E7 A C 0 9 F9 24 55
Octal 320 314 347 12 14 0 11 371 44 125
Binary 11010000 11001100 11100111 1010 1100 0 1001 11111001 100100 1010101

Color Harmonies of #D0CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCE7

Black with #D0CCE7

Text Example


Text Example

White with #D0CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCE7; }

 p { color: rgb(208,204,231); }

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

background-color css

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

 a { background-color: rgb(208,204,231); }

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

border-color css

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

 span { border-color: rgb(208,204,231); }

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