Html Css Color HEX #CCD1D5 Link Water

📋 copy color: '#CCD1D5'

red 204 ◦ green 209 ◦ blue 213

#CCD1D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CCD1D5

Tints of Link Water #CCD1D5

RGB

 RED value IS 204 (80.08% from 255) = 32.59%

 GREEN value IS 209 (82.03% from 255) = 33.39%

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 32.59%
G = 33.39%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCD1D5 (or 0xCCD1D5) is known color: Link Water. HEX triplet: CC, D1 and D5. RGB value is (204,209,213). Sum of RGB (Red+Green+Blue) = 204+209+213=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1D5 is #332E2A. Grayscale: #CFCFCF. Windows color (decimal): -3354155 or 14012876. OLE color: 14012876.

HSL color Cylindrical-coordinate representation of color #CCD1D5: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD1D5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 209 213 -
CMYK 0.04 0.02 0 0.16
HSL 206.67º 0.1% 0.82% -
HSV(B) 206.67º 0.04% 0.84% -
XYZ 59.71 63.24 72.01 -
YUV 207.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 204 209 213 0.04 0.02 0 0.16 206.67 0.1 0.82
Hex CC D1 D5 4 2 0 10 CF A 52
Octal 314 321 325 4 2 0 20 317 12 122
Binary 11001100 11010001 11010101 100 10 0 10000 11001111 1010 1010010

Color Harmonies of #CCD1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1D5

Black with #CCD1D5

Text Example


Text Example

White with #CCD1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1D5; }

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

 H1.HeaderClassName
 {
   color: #CCD1D5;
 }
 .AnyTagClassName
 {
   color: #CCD1D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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