Html Css Color HEX #C5CCDC Link Water

📋 copy color: '#C5CCDC'

red 197 ◦ green 204 ◦ blue 220

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

Shades of Link Water #C5CCDC

Tints of Link Water #C5CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 31.72%
G = 32.85%
B = 35.43%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CCDC (or 0xC5CCDC) is known color: Link Water. HEX triplet: C5, CC and DC. RGB value is (197,204,220). Sum of RGB (Red+Green+Blue) = 197+204+220=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDC is #3A3323. Grayscale: #CBCBCB. Windows color (decimal): -3814180 or 14470341. OLE color: 14470341.

HSL color Cylindrical-coordinate representation of color #C5CCDC: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CCDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 204 220 -
CMYK 0.10 0.07 0 0.14
HSL 221.74º 0.25% 0.82% -
HSV(B) 221.74º 0.1% 0.86% -
XYZ 57.54 60.22 76.3 -
YUV 203.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 197 204 220 0.10 0.07 0 0.14 221.74 0.25 0.82
Hex C5 CC DC A 7 0 E DE 19 52
Octal 305 314 334 12 7 0 16 336 31 122
Binary 11000101 11001100 11011100 1010 111 0 1110 11011110 11001 1010010

Color Harmonies of #C5CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCDC

Black with #C5CCDC

Text Example


Text Example

White with #C5CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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