Html Css Color HEX #C5CEDC Link Water

📋 copy color: '#C5CEDC'

red 197 ◦ green 206 ◦ blue 220

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

Shades of Link Water #C5CEDC

Tints of Link Water #C5CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.07%

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

R = 31.62%
G = 33.07%
B = 35.31%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CEDC (or 0xC5CEDC) is known color: Link Water. HEX triplet: C5, CE and DC. RGB value is (197,206,220). Sum of RGB (Red+Green+Blue) = 197+206+220=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEDC is #3A3123. Grayscale: #CCCCCC. Windows color (decimal): -3813668 or 14470853. OLE color: 14470853.

HSL color Cylindrical-coordinate representation of color #C5CEDC: hue angle of 216.52º 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 #C5CEDC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 206 220 -
CMYK 0.10 0.06 0 0.14
HSL 216.52º 0.25% 0.82% -
HSV(B) 216.52º 0.1% 0.86% -
XYZ 58.02 61.18 76.46 -
YUV 204.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 197 206 220 0.10 0.06 0 0.14 216.52 0.25 0.82
Hex C5 CE DC A 6 0 E D9 19 52
Octal 305 316 334 12 6 0 16 331 31 122
Binary 11000101 11001110 11011100 1010 110 0 1110 11011001 11001 1010010

Color Harmonies of #C5CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEDC

Black with #C5CEDC

Text Example


Text Example

White with #C5CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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