Html Css Color HEX #C2CCDA Link Water

📋 copy color: '#C2CCDA'

red 194 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C2CCDA

Tints of Link Water #C2CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 31.49%
G = 33.12%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2CCDA (or 0xC2CCDA) is known color: Link Water. HEX triplet: C2, CC and DA. RGB value is (194,204,218). Sum of RGB (Red+Green+Blue) = 194+204+218=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDA is #3D3325. Grayscale: #CACACA. Windows color (decimal): -4010790 or 14339266. OLE color: 14339266.

HSL color Cylindrical-coordinate representation of color #C2CCDA: hue angle of 215º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CCDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 204 218 -
CMYK 0.11 0.06 0 0.15
HSL 215º 0.24% 0.81% -
HSV(B) 215º 0.11% 0.85% -
XYZ 56.5 59.72 74.88 -
YUV 202.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 194 204 218 0.11 0.06 0 0.15 215 0.24 0.81
Hex C2 CC DA B 6 0 F D7 18 51
Octal 302 314 332 13 6 0 17 327 30 121
Binary 11000010 11001100 11011010 1011 110 0 1111 11010111 11000 1010001

Color Harmonies of #C2CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCDA

Black with #C2CCDA

Text Example


Text Example

White with #C2CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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