#cdd0eb

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

Shades of Quartz #CDD0EB

Tints of Quartz #CDD0EB

Color information

#CDD0EB (or 0xCDD0EB) is unknown color: approx Quartz. HEX triplet: CD, D0 and EB. RGB value is (205,208,235). Sum of RGB (Red+Green+Blue) = 205+208+235=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EB is #322F14. Grayscale: #D2D2D2. Windows color (decimal): -3288853 or 15454413. OLE color: 15454413.

HSL color Cylindrical-coordinate representation of color #CDD0EB: hue angle of 234º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD0EB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205208235-
CMYK0.130.1100.08
HSL234º42.86%86.27%-
HSV(B)234º12.77%92.16%-
XYZ62.7364.0987.66-
YUV210.18142.01124.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=31.64%
G=32.10%
B=36.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052082350.130.1100.0823442.8686.27
HexCDD0EBDB08ea2b56
Octal315320353151301035253126
Binary1100110111010000111010111101101101000111010101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd0eb; }

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

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

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

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

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

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

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

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