#CDD0ED

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

Shades of Quartz #CDD0ED

Tints of Quartz #CDD0ED

Color information

#CDD0ED (or 0xCDD0ED) is unknown color: approx Quartz. HEX triplet: CD, D0 and ED. RGB value is (205,208,237). Sum of RGB (Red+Green+Blue) = 205+208+237=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0ED is #322F12. Grayscale: #D2D2D2. Windows color (decimal): -3288851 or 15585485. OLE color: 15585485.

HSL color Cylindrical-coordinate representation of color #CDD0ED: hue angle of 234.38º degrees, saturation: 0.47, 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 #CDD0ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205208237-
CMYK0.140.1200.07
HSL234.38º47.06%86.67%-
HSV(B)234.38º13.5%92.94%-
XYZ63.0264.2189.19-
YUV210.41143.01124.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=31.54%
G=32%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052082370.140.1200.07234.3847.0686.67
HexCDD0EDEC07ea2f57
Octal31532035516140735257127
Binary110011011101000011101101111011000111111010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0ED; }

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

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

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

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

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

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

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

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