#CDD1EF

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

Shades of Quartz #CDD1EF

Tints of Quartz #CDD1EF

Color information

#CDD1EF (or 0xCDD1EF) is unknown color: approx Quartz. HEX triplet: CD, D1 and EF. RGB value is (205,209,239). Sum of RGB (Red+Green+Blue) = 205+209+239=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EF is #322E10. Grayscale: #D3D3D3. Windows color (decimal): -3288593 or 15716813. OLE color: 15716813.

HSL color Cylindrical-coordinate representation of color #CDD1EF: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD1EF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205209239-
CMYK0.140.1300.06
HSL232.94º51.52%87.06%-
HSV(B)232.94º14.23%93.73%-
XYZ63.5664.8190.82-
YUV211.22143.67123.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=31.39%
G=32.01%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052092390.140.1300.06232.9451.5287.06
HexCDD1EFED06e93457
Octal31532135716150635164127
Binary110011011101000111101111111011010110111010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1EF; }

 p { color: rgb(205,209,239); }

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

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

 a { background-color: rgb(205,209,239); }

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

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

 span { border-color: rgb(205,209,239); }

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