#CDD4E0

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

Shades of Link Water #CDD4E0

Tints of Link Water #CDD4E0

Color information

#CDD4E0 (or 0xCDD4E0) is unknown color: approx Link Water. HEX triplet: CD, D4 and E0. RGB value is (205,212,224). Sum of RGB (Red+Green+Blue) = 205+212+224=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4E0 is #322B1F. Grayscale: #D3D3D3. Windows color (decimal): -3287840 or 14734541. OLE color: 14734541.

HSL color Cylindrical-coordinate representation of color #CDD4E0: hue angle of 217.89º 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 #CDD4E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205212224-
CMYK0.080.0500.12
HSL217.89º23.46%84.12%-
HSV(B)217.89º8.48%87.84%-
XYZ62.1765.4579.88-
YUV211.27135.18123.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=31.98%
G=33.07%
B=34.95%

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
Decimal2052122240.080.0500.12217.8923.4684.12
HexCDD4E0850Cda1754
Octal31532434010501433227124
Binary11001101110101001110000010001010110011011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4E0; }

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

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

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

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

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

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

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

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