Html Css Color HEX #C5CDDD Link Water

📋 copy color: '#C5CDDD'

red 197 ◦ green 205 ◦ blue 221

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

Shades of Link Water #C5CDDD

Tints of Link Water #C5CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.91%

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

R = 31.62%
G = 32.91%
B = 35.47%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CDDD (or 0xC5CDDD) is known color: Link Water. HEX triplet: C5, CD and DD. RGB value is (197,205,221). Sum of RGB (Red+Green+Blue) = 197+205+221=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDD is #3A3222. Grayscale: #CCCCCC. Windows color (decimal): -3813923 or 14536133. OLE color: 14536133.

HSL color Cylindrical-coordinate representation of color #C5CDDD: hue angle of 220º 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 #C5CDDD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 205 221 -
CMYK 0.11 0.07 0 0.13
HSL 220º 0.26% 0.82% -
HSV(B) 220º 0.11% 0.87% -
XYZ 57.91 60.75 77.08 -
YUV 204.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 197 205 221 0.11 0.07 0 0.13 220 0.26 0.82
Hex C5 CD DD B 7 0 D DC 1A 52
Octal 305 315 335 13 7 0 15 334 32 122
Binary 11000101 11001101 11011101 1011 111 0 1101 11011100 11010 1010010

Color Harmonies of #C5CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDDD

Black with #C5CDDD

Text Example


Text Example

White with #C5CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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