Html Css Color HEX #D0CEEE Quartz

📋 copy color: '#D0CEEE'

red 208 ◦ green 206 ◦ blue 238

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

Shades of Quartz #D0CEEE

Tints of Quartz #D0CEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.6%

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 31.9%
G = 31.6%
B = 36.5%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0CEEE (or 0xD0CEEE) is known color: Quartz. HEX triplet: D0, CE and EE. RGB value is (208,206,238). Sum of RGB (Red+Green+Blue) = 208+206+238=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEEE is #2F3111. Grayscale: #D2D2D2. Windows color (decimal): -3092754 or 15650512. OLE color: 15650512.

HSL color Cylindrical-coordinate representation of color #D0CEEE: hue angle of 243.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CEEE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 206 238 -
CMYK 0.13 0.13 0 0.07
HSL 243.75º 0.48% 0.87% -
HSV(B) 243.75º 0.13% 0.93% -
XYZ 63.52 63.73 89.84 -
YUV 210.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 208 206 238 0.13 0.13 0 0.07 243.75 0.48 0.87
Hex D0 CE EE D D 0 7 F4 30 57
Octal 320 316 356 15 15 0 7 364 60 127
Binary 11010000 11001110 11101110 1101 1101 0 111 11110100 110000 1010111

Color Harmonies of #D0CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEEE

Black with #D0CEEE

Text Example


Text Example

White with #D0CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEEE; }

 p { color: rgb(208,206,238); }

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

background-color css

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

 a { background-color: rgb(208,206,238); }

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

border-color css

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

 span { border-color: rgb(208,206,238); }

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