Html Css Color HEX #C2CDDF Link Water

📋 copy color: '#C2CDDF'

red 194 ◦ green 205 ◦ blue 223

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

Shades of Link Water #C2CDDF

Tints of Link Water #C2CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 31.19%
G = 32.96%
B = 35.85%

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

#C2CDDF (or 0xC2CDDF) is known color: Link Water. HEX triplet: C2, CD and DF. RGB value is (194,205,223). Sum of RGB (Red+Green+Blue) = 194+205+223=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDF is #3D3220. Grayscale: #CBCBCB. Windows color (decimal): -4010529 or 14667202. OLE color: 14667202.

HSL color Cylindrical-coordinate representation of color #C2CDDF: hue angle of 217.24º degrees, saturation: 0.31, 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 #C2CDDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 205 223 -
CMYK 0.13 0.08 0 0.13
HSL 217.24º 0.31% 0.82% -
HSV(B) 217.24º 0.13% 0.87% -
XYZ 57.4 60.46 78.46 -
YUV 203.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 194 205 223 0.13 0.08 0 0.13 217.24 0.31 0.82
Hex C2 CD DF D 8 0 D D9 1F 52
Octal 302 315 337 15 10 0 15 331 37 122
Binary 11000010 11001101 11011111 1101 1000 0 1101 11011001 11111 1010010

Color Harmonies of #C2CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDDF

Black with #C2CDDF

Text Example


Text Example

White with #C2CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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