Html Css Color HEX #C2CCDF Link Water

📋 copy color: '#C2CCDF'

red 194 ◦ green 204 ◦ blue 223

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

Shades of Link Water #C2CCDF

Tints of Link Water #C2CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

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

R = 31.24%
G = 32.85%
B = 35.91%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CCDF (or 0xC2CCDF) is known color: Link Water. HEX triplet: C2, CC and DF. RGB value is (194,204,223). Sum of RGB (Red+Green+Blue) = 194+204+223=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDF is #3D3320. Grayscale: #CBCBCB. Windows color (decimal): -4010785 or 14666946. OLE color: 14666946.

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

Color convert

RGB 194 204 223 -
CMYK 0.13 0.09 0 0.13
HSL 219.31º 0.31% 0.82% -
HSV(B) 219.31º 0.13% 0.87% -
XYZ 57.16 59.98 78.38 -
YUV 203.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 194 204 223 0.13 0.09 0 0.13 219.31 0.31 0.82
Hex C2 CC DF D 9 0 D DB 1F 52
Octal 302 314 337 15 11 0 15 333 37 122
Binary 11000010 11001100 11011111 1101 1001 0 1101 11011011 11111 1010010

Color Harmonies of #C2CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCDF

Black with #C2CCDF

Text Example


Text Example

White with #C2CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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