Html Css Color HEX #C2CDDE Link Water

📋 copy color: '#C2CDDE'

red 194 ◦ green 205 ◦ blue 222

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

Shades of Link Water #C2CDDE

Tints of Link Water #C2CDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.01%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 31.24%
G = 33.01%
B = 35.75%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CDDE (or 0xC2CDDE) is known color: Link Water. HEX triplet: C2, CD and DE. RGB value is (194,205,222). Sum of RGB (Red+Green+Blue) = 194+205+222=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDE is #3D3221. Grayscale: #CBCBCB. Windows color (decimal): -4010530 or 14601666. OLE color: 14601666.

HSL color Cylindrical-coordinate representation of color #C2CDDE: hue angle of 216.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CDDE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 205 222 -
CMYK 0.13 0.08 0 0.13
HSL 216.43º 0.3% 0.82% -
HSV(B) 216.43º 0.13% 0.87% -
XYZ 57.26 60.41 77.75 -
YUV 203.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 194 205 222 0.13 0.08 0 0.13 216.43 0.3 0.82
Hex C2 CD DE D 8 0 D D8 1E 52
Octal 302 315 336 15 10 0 15 330 36 122
Binary 11000010 11001101 11011110 1101 1000 0 1101 11011000 11110 1010010

Color Harmonies of #C2CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDDE

Black with #C2CDDE

Text Example


Text Example

White with #C2CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDDE; }

 p { color: rgb(194,205,222); }

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

background-color css

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

 a { background-color: rgb(194,205,222); }

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

border-color css

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

 span { border-color: rgb(194,205,222); }

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