Html Css Color HEX #C2CDDB Link Water

📋 copy color: '#C2CDDB'

red 194 ◦ green 205 ◦ blue 219

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

Shades of Link Water #C2CDDB

Tints of Link Water #C2CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 31.39%
G = 33.17%
B = 35.44%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CDDB (or 0xC2CDDB) is known color: Link Water. HEX triplet: C2, CD and DB. RGB value is (194,205,219). Sum of RGB (Red+Green+Blue) = 194+205+219=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDB is #3D3224. Grayscale: #CBCBCB. Windows color (decimal): -4010533 or 14405058. OLE color: 14405058.

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

Color convert

RGB 194 205 219 -
CMYK 0.11 0.06 0 0.14
HSL 213.6º 0.26% 0.81% -
HSV(B) 213.6º 0.11% 0.86% -
XYZ 56.87 60.25 75.65 -
YUV 203.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 194 205 219 0.11 0.06 0 0.14 213.6 0.26 0.81
Hex C2 CD DB B 6 0 E D6 1A 51
Octal 302 315 333 13 6 0 16 326 32 121
Binary 11000010 11001101 11011011 1011 110 0 1110 11010110 11010 1010001

Color Harmonies of #C2CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDDB

Black with #C2CDDB

Text Example


Text Example

White with #C2CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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