Html Css Color HEX #D0CCEE Quartz

📋 copy color: '#D0CCEE'

red 208 ◦ green 204 ◦ blue 238

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

Shades of Quartz #D0CCEE

Tints of Quartz #D0CCEE

RGB

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

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

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

R = 32%
G = 31.38%
B = 36.62%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0CCEE (or 0xD0CCEE) is known color: Quartz. HEX triplet: D0, CC and EE. RGB value is (208,204,238). Sum of RGB (Red+Green+Blue) = 208+204+238=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEE is #2F3311. Grayscale: #D0D0D0. Windows color (decimal): -3093266 or 15650000. OLE color: 15650000.

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

Color convert

RGB 208 204 238 -
CMYK 0.13 0.14 0 0.07
HSL 247.06º 0.5% 0.87% -
HSV(B) 247.06º 0.14% 0.93% -
XYZ 63.04 62.77 89.68 -
YUV 209.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 208 204 238 0.13 0.14 0 0.07 247.06 0.5 0.87
Hex D0 CC EE D E 0 7 F7 32 57
Octal 320 314 356 15 16 0 7 367 62 127
Binary 11010000 11001100 11101110 1101 1110 0 111 11110111 110010 1010111

Color Harmonies of #D0CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCEE

Black with #D0CCEE

Text Example


Text Example

White with #D0CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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