Html Css Color HEX #D4CEEE Quartz

📋 copy color: '#D4CEEE'

red 212 ◦ green 206 ◦ blue 238

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

Shades of Quartz #D4CEEE

Tints of Quartz #D4CEEE

RGB

 RED value IS 212 (83.2% from 255) = 32.32%

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

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

R = 32.32%
G = 31.4%
B = 36.28%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4CEEE (or 0xD4CEEE) is known color: Quartz. HEX triplet: D4, CE and EE. RGB value is (212,206,238). Sum of RGB (Red+Green+Blue) = 212+206+238=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEEE is #2B3111. Grayscale: #D3D3D3. Windows color (decimal): -2830610 or 15650516. OLE color: 15650516.

HSL color Cylindrical-coordinate representation of color #D4CEEE: hue angle of 251.25º 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 #D4CEEE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 206 238 -
CMYK 0.11 0.13 0 0.07
HSL 251.25º 0.48% 0.87% -
HSV(B) 251.25º 0.13% 0.93% -
XYZ 64.66 64.31 89.89 -
YUV 211.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 212 206 238 0.11 0.13 0 0.07 251.25 0.48 0.87
Hex D4 CE EE B D 0 7 FB 30 57
Octal 324 316 356 13 15 0 7 373 60 127
Binary 11010100 11001110 11101110 1011 1101 0 111 11111011 110000 1010111

Color Harmonies of #D4CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEEE

Black with #D4CEEE

Text Example


Text Example

White with #D4CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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