Html Css Color HEX #D0CCEB Quartz

📋 copy color: '#D0CCEB'

red 208 ◦ green 204 ◦ blue 235

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

Shades of Quartz #D0CCEB

Tints of Quartz #D0CCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.32%

R = 32.15%
G = 31.53%
B = 36.32%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0CCEB (or 0xD0CCEB) is known color: Quartz. HEX triplet: D0, CC and EB. RGB value is (208,204,235). Sum of RGB (Red+Green+Blue) = 208+204+235=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEB is #2F3314. Grayscale: #D0D0D0. Windows color (decimal): -3093269 or 15453392. OLE color: 15453392.

HSL color Cylindrical-coordinate representation of color #D0CCEB: hue angle of 247.74º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CCEB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 204 235 -
CMYK 0.11 0.13 0 0.08
HSL 247.74º 0.44% 0.86% -
HSV(B) 247.74º 0.13% 0.92% -
XYZ 62.6 62.59 87.38 -
YUV 208.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 208 204 235 0.11 0.13 0 0.08 247.74 0.44 0.86
Hex D0 CC EB B D 0 8 F8 2C 56
Octal 320 314 353 13 15 0 10 370 54 126
Binary 11010000 11001100 11101011 1011 1101 0 1000 11111000 101100 1010110

Color Harmonies of #D0CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCEB

Black with #D0CCEB

Text Example


Text Example

White with #D0CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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