#CDD0EE

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

Shades of Quartz #CDD0EE

Tints of Quartz #CDD0EE

Color information

#CDD0EE (or 0xCDD0EE) is unknown color: approx Quartz. HEX triplet: CD, D0 and EE. RGB value is (205,208,238). Sum of RGB (Red+Green+Blue) = 205+208+238=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0EE is #322F11. Grayscale: #D2D2D2. Windows color (decimal): -3288850 or 15651021. OLE color: 15651021.

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

Color convert

RGB205208238-
CMYK0.140.1300.07
HSL234.55º49.25%86.86%-
HSV(B)234.55º13.87%93.33%-
XYZ63.1764.2689.96-
YUV210.52143.51124.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=31.49%
G=31.95%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052082380.140.1300.07234.5549.2586.86
HexCDD0EEED07eb3157
Octal31532035616150735361127
Binary110011011101000011101110111011010111111010111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0EE; }

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

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

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

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

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

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

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

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