Html Css Color HEX #C2CFDD Link Water

📋 copy color: '#C2CFDD'

red 194 ◦ green 207 ◦ blue 221

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

Shades of Link Water #C2CFDD

Tints of Link Water #C2CFDD

RGB

 RED value IS 194 (76.17% from 255) = 31.19%

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

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

R = 31.19%
G = 33.28%
B = 35.53%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CFDD (or 0xC2CFDD) is known color: Link Water. HEX triplet: C2, CF and DD. RGB value is (194,207,221). Sum of RGB (Red+Green+Blue) = 194+207+221=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDD is #3D3022. Grayscale: #CCCCCC. Windows color (decimal): -4010019 or 14536642. OLE color: 14536642.

HSL color Cylindrical-coordinate representation of color #C2CFDD: hue angle of 211.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CFDD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 207 221 -
CMYK 0.12 0.06 0 0.13
HSL 211.11º 0.28% 0.81% -
HSV(B) 211.11º 0.12% 0.87% -
XYZ 57.61 61.32 77.21 -
YUV 204.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 194 207 221 0.12 0.06 0 0.13 211.11 0.28 0.81
Hex C2 CF DD C 6 0 D D3 1C 51
Octal 302 317 335 14 6 0 15 323 34 121
Binary 11000010 11001111 11011101 1100 110 0 1101 11010011 11100 1010001

Color Harmonies of #C2CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFDD

Black with #C2CFDD

Text Example


Text Example

White with #C2CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFDD; }

 p { color: rgb(194,207,221); }

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

background-color css

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

 a { background-color: rgb(194,207,221); }

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

border-color css

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

 span { border-color: rgb(194,207,221); }

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