#CDD1F0

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

Shades of Quartz #CDD1F0

Tints of Quartz #CDD1F0

Color information

#CDD1F0 (or 0xCDD1F0) is unknown color: approx Quartz. HEX triplet: CD, D1 and F0. RGB value is (205,209,240). Sum of RGB (Red+Green+Blue) = 205+209+240=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1F0 is #322E0F. Grayscale: #D3D3D3. Windows color (decimal): -3288592 or 15782349. OLE color: 15782349.

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

Color convert

RGB205209240-
CMYK0.150.1300.06
HSL233.14º53.85%87.25%-
HSV(B)233.14º14.58%94.12%-
XYZ63.7164.8791.6-
YUV211.34144.17123.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=31.35%
G=31.96%
B=36.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052092400.150.1300.06233.1453.8587.25
HexCDD1F0FD06e93657
Octal31532136017150635166127
Binary110011011101000111110000111111010110111010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1F0; }

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

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

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

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

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

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

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

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