#CCD5E2

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

Shades of Link Water #CCD5E2

Tints of Link Water #CCD5E2

Color information

#CCD5E2 (or 0xCCD5E2) is unknown color: approx Link Water. HEX triplet: CC, D5 and E2. RGB value is (204,213,226). Sum of RGB (Red+Green+Blue) = 204+213+226=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCD5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5E2 is #332A1D. Grayscale: #D3D3D3. Windows color (decimal): -3353118 or 14865868. OLE color: 14865868.

HSL color Cylindrical-coordinate representation of color #CCD5E2: hue angle of 215.45º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD5E2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204213226-
CMYK0.100.0600.11
HSL215.45º27.5%84.31%-
HSV(B)215.45º9.73%88.63%-
XYZ62.4265.9281.38-
YUV211.79136.02122.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 226 (88.67% from 255) = 35.15%
R=31.73%
G=33.13%
B=35.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042132260.100.0600.11215.4527.584.31
HexCCD5E2A60Bd71b54
Octal31432534212601332733124
Binary11001100110101011110001010101100101111010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5E2; }

 p { color: rgb(204,213,226); }

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

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

 a { background-color: rgb(204,213,226); }

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

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

 span { border-color: rgb(204,213,226); }

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