#CCD4E1

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

Shades of Link Water #CCD4E1

Tints of Link Water #CCD4E1

Color information

#CCD4E1 (or 0xCCD4E1) is unknown color: approx Link Water. HEX triplet: CC, D4 and E1. RGB value is (204,212,225). Sum of RGB (Red+Green+Blue) = 204+212+225=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4E1 is #332B1E. Grayscale: #D3D3D3. Windows color (decimal): -3353375 or 14800076. OLE color: 14800076.

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

Color convert

RGB204212225-
CMYK0.090.0600.12
HSL217.14º25.93%84.12%-
HSV(B)217.14º9.33%88.24%-
XYZ62.0465.3680.58-
YUV211.09135.85122.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=31.83%
G=33.07%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042122250.090.0600.12217.1425.9384.12
HexCCD4E1960Cd91a54
Octal31432434111601433132124
Binary11001100110101001110000110011100110011011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4E1; }

 p { color: rgb(204,212,225); }

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

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

 a { background-color: rgb(204,212,225); }

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

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

 span { border-color: rgb(204,212,225); }

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