#CDD5E0

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

Shades of Link Water #CDD5E0

Tints of Link Water #CDD5E0

Color information

#CDD5E0 (or 0xCDD5E0) is unknown color: approx Link Water. HEX triplet: CD, D5 and E0. RGB value is (205,213,224). Sum of RGB (Red+Green+Blue) = 205+213+224=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5E0 is #322A1F. Grayscale: #D3D3D3. Windows color (decimal): -3287584 or 14734797. OLE color: 14734797.

HSL color Cylindrical-coordinate representation of color #CDD5E0: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD5E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205213224-
CMYK0.080.0500.12
HSL214.74º23.46%84.12%-
HSV(B)214.74º8.48%87.84%-
XYZ62.4365.9579.96-
YUV211.86134.85123.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=31.93%
G=33.18%
B=34.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052132240.080.0500.12214.7423.4684.12
HexCDD5E0850Cd71754
Octal31532534010501432727124
Binary11001101110101011110000010001010110011010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5E0; }

 p { color: rgb(205,213,224); }

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

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

 a { background-color: rgb(205,213,224); }

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

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

 span { border-color: rgb(205,213,224); }

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