#CDD0EC

Color #CDD0EC Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #CDD0EC

Tints of Quartz #CDD0EC

Color information

#CDD0EC (or 0xCDD0EC) is unknown color: approx Quartz. HEX triplet: CD, D0 and EC. RGB value is (205,208,236). Sum of RGB (Red+Green+Blue) = 205+208+236=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EC is #322F13. Grayscale: #D2D2D2. Windows color (decimal): -3288852 or 15519949. OLE color: 15519949.

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

Color convert

RGB205208236-
CMYK0.130.1200.07
HSL234.19º44.93%86.47%-
HSV(B)234.19º13.14%92.55%-
XYZ62.8764.1588.42-
YUV210.3142.51124.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=31.59%
G=32.05%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052082360.130.1200.07234.1944.9386.47
HexCDD0ECDC07ea2d56
Octal31532035415140735255126
Binary110011011101000011101100110111000111111010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0EC; }

 p { color: rgb(205,208,236); }

 H1.HeaderClassName
 {
   color: #CDD0EC;
 }
 .AnyTagClassName
 {
   color: #CDD0EC;
 }
</style>
background-color css

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

 a { background-color: rgb(205,208,236); }

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

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

 span { border-color: rgb(205,208,236); }

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