Html Css Color HEX #C2CEDC Link Water

📋 copy color: '#C2CEDC'

red 194 ◦ green 206 ◦ blue 220

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

Shades of Link Water #C2CEDC

Tints of Link Water #C2CEDC

RGB

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

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

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

R = 31.29%
G = 33.23%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CEDC (or 0xC2CEDC) is known color: Link Water. HEX triplet: C2, CE and DC. RGB value is (194,206,220). Sum of RGB (Red+Green+Blue) = 194+206+220=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDC is #3D3123. Grayscale: #CBCBCB. Windows color (decimal): -4010276 or 14470850. OLE color: 14470850.

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

Color convert

RGB 194 206 220 -
CMYK 0.12 0.06 0 0.14
HSL 212.31º 0.27% 0.81% -
HSV(B) 212.31º 0.12% 0.86% -
XYZ 57.24 60.78 76.42 -
YUV 204.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 194 206 220 0.12 0.06 0 0.14 212.31 0.27 0.81
Hex C2 CE DC C 6 0 E D4 1B 51
Octal 302 316 334 14 6 0 16 324 33 121
Binary 11000010 11001110 11011100 1100 110 0 1110 11010100 11011 1010001

Color Harmonies of #C2CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEDC

Black with #C2CEDC

Text Example


Text Example

White with #C2CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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