Html Css Color HEX #C5CFDA Link Water

📋 copy color: '#C5CFDA'

red 197 ◦ green 207 ◦ blue 218

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

Shades of Link Water #C5CFDA

Tints of Link Water #C5CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.28%

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

R = 31.67%
G = 33.28%
B = 35.05%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5CFDA (or 0xC5CFDA) is known color: Link Water. HEX triplet: C5, CF and DA. RGB value is (197,207,218). Sum of RGB (Red+Green+Blue) = 197+207+218=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDA is #3A3025. Grayscale: #CDCDCD. Windows color (decimal): -3813414 or 14340037. OLE color: 14340037.

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

Color convert

RGB 197 207 218 -
CMYK 0.10 0.05 0 0.15
HSL 211.43º 0.22% 0.81% -
HSV(B) 211.43º 0.1% 0.85% -
XYZ 57.99 61.56 75.15 -
YUV 205.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 197 207 218 0.10 0.05 0 0.15 211.43 0.22 0.81
Hex C5 CF DA A 5 0 F D3 16 51
Octal 305 317 332 12 5 0 17 323 26 121
Binary 11000101 11001111 11011010 1010 101 0 1111 11010011 10110 1010001

Color Harmonies of #C5CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFDA

Black with #C5CFDA

Text Example


Text Example

White with #C5CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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