Html Css Color HEX #C2CEDD Link Water

📋 copy color: '#C2CEDD'

red 194 ◦ green 206 ◦ blue 221

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

Shades of Link Water #C2CEDD

Tints of Link Water #C2CEDD

RGB

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

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

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

R = 31.24%
G = 33.17%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CEDD (or 0xC2CEDD) is known color: Link Water. HEX triplet: C2, CE and DD. RGB value is (194,206,221). Sum of RGB (Red+Green+Blue) = 194+206+221=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDD is #3D3122. Grayscale: #CCCCCC. Windows color (decimal): -4010275 or 14536386. OLE color: 14536386.

HSL color Cylindrical-coordinate representation of color #C2CEDD: hue angle of 213.33º 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 #C2CEDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 206 221 -
CMYK 0.12 0.07 0 0.13
HSL 213.33º 0.28% 0.81% -
HSV(B) 213.33º 0.12% 0.87% -
XYZ 57.37 60.83 77.12 -
YUV 204.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 194 206 221 0.12 0.07 0 0.13 213.33 0.28 0.81
Hex C2 CE DD C 7 0 D D5 1C 51
Octal 302 316 335 14 7 0 15 325 34 121
Binary 11000010 11001110 11011101 1100 111 0 1101 11010101 11100 1010001

Color Harmonies of #C2CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEDD

Black with #C2CEDD

Text Example


Text Example

White with #C2CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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