Html Css Color HEX #C5CCDD Link Water

📋 copy color: '#C5CCDD'

red 197 ◦ green 204 ◦ blue 221

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

Shades of Link Water #C5CCDD

Tints of Link Water #C5CCDD

RGB

 RED value IS 197 (77.34% from 255) = 31.67%

 GREEN value IS 204 (80.08% from 255) = 32.8%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 31.67%
G = 32.8%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CCDD (or 0xC5CCDD) is known color: Link Water. HEX triplet: C5, CC and DD. RGB value is (197,204,221). Sum of RGB (Red+Green+Blue) = 197+204+221=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDD is #3A3322. Grayscale: #CBCBCB. Windows color (decimal): -3814179 or 14535877. OLE color: 14535877.

HSL color Cylindrical-coordinate representation of color #C5CCDD: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CCDD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 204 221 -
CMYK 0.11 0.08 0 0.13
HSL 222.5º 0.26% 0.82% -
HSV(B) 222.5º 0.11% 0.87% -
XYZ 57.67 60.28 77 -
YUV 203.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 197 204 221 0.11 0.08 0 0.13 222.5 0.26 0.82
Hex C5 CC DD B 8 0 D DE 1A 52
Octal 305 314 335 13 10 0 15 336 32 122
Binary 11000101 11001100 11011101 1011 1000 0 1101 11011110 11010 1010010

Color Harmonies of #C5CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCDD

Black with #C5CCDD

Text Example


Text Example

White with #C5CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCDD; }

 p { color: rgb(197,204,221); }

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

background-color css

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

 a { background-color: rgb(197,204,221); }

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

border-color css

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

 span { border-color: rgb(197,204,221); }

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