Html Css Color HEX #C5CCDA Link Water

📋 copy color: '#C5CCDA'

red 197 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C5CCDA

Tints of Link Water #C5CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 31.83%
G = 32.96%
B = 35.22%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5CCDA (or 0xC5CCDA) is known color: Link Water. HEX triplet: C5, CC and DA. RGB value is (197,204,218). Sum of RGB (Red+Green+Blue) = 197+204+218=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDA is #3A3325. Grayscale: #CBCBCB. Windows color (decimal): -3814182 or 14339269. OLE color: 14339269.

HSL color Cylindrical-coordinate representation of color #C5CCDA: hue angle of 220º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CCDA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 204 218 -
CMYK 0.10 0.06 0 0.15
HSL 220º 0.22% 0.81% -
HSV(B) 220º 0.1% 0.85% -
XYZ 57.27 60.12 74.91 -
YUV 203.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 197 204 218 0.10 0.06 0 0.15 220 0.22 0.81
Hex C5 CC DA A 6 0 F DC 16 51
Octal 305 314 332 12 6 0 17 334 26 121
Binary 11000101 11001100 11011010 1010 110 0 1111 11011100 10110 1010001

Color Harmonies of #C5CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCDA

Black with #C5CCDA

Text Example


Text Example

White with #C5CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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