Html Css Color HEX #D2CEEF Quartz

📋 copy color: '#D2CEEF'

red 210 ◦ green 206 ◦ blue 239

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

Shades of Quartz #D2CEEF

Tints of Quartz #D2CEEF

RGB

 RED value IS 210 (82.42% from 255) = 32.06%

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

 BLUE value IS 239 (93.75% from 255) = 36.49%

R = 32.06%
G = 31.45%
B = 36.49%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2CEEF (or 0xD2CEEF) is known color: Quartz. HEX triplet: D2, CE and EF. RGB value is (210,206,239). Sum of RGB (Red+Green+Blue) = 210+206+239=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEF is #2D3110. Grayscale: #D2D2D2. Windows color (decimal): -2961681 or 15716050. OLE color: 15716050.

HSL color Cylindrical-coordinate representation of color #D2CEEF: hue angle of 247.27º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2CEEF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 206 239 -
CMYK 0.12 0.14 0 0.06
HSL 247.27º 0.51% 0.87% -
HSV(B) 247.27º 0.14% 0.94% -
XYZ 64.23 64.08 90.64 -
YUV 210.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 210 206 239 0.12 0.14 0 0.06 247.27 0.51 0.87
Hex D2 CE EF C E 0 6 F7 33 57
Octal 322 316 357 14 16 0 6 367 63 127
Binary 11010010 11001110 11101111 1100 1110 0 110 11110111 110011 1010111

Color Harmonies of #D2CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEEF

Black with #D2CEEF

Text Example


Text Example

White with #D2CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEEF; }

 p { color: rgb(210,206,239); }

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

background-color css

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

 a { background-color: rgb(210,206,239); }

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

border-color css

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

 span { border-color: rgb(210,206,239); }

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