Html Css Color HEX #C2CBDC Link Water

📋 copy color: '#C2CBDC'

red 194 ◦ green 203 ◦ blue 220

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

Shades of Link Water #C2CBDC

Tints of Link Water #C2CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 31.44%
G = 32.9%
B = 35.66%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CBDC (or 0xC2CBDC) is known color: Link Water. HEX triplet: C2, CB and DC. RGB value is (194,203,220). Sum of RGB (Red+Green+Blue) = 194+203+220=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDC is #3D3423. Grayscale: #CACACA. Windows color (decimal): -4011044 or 14470082. OLE color: 14470082.

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

Color convert

RGB 194 203 220 -
CMYK 0.12 0.08 0 0.14
HSL 219.23º 0.27% 0.81% -
HSV(B) 219.23º 0.12% 0.86% -
XYZ 56.52 59.35 76.19 -
YUV 202.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 194 203 220 0.12 0.08 0 0.14 219.23 0.27 0.81
Hex C2 CB DC C 8 0 E DB 1B 51
Octal 302 313 334 14 10 0 16 333 33 121
Binary 11000010 11001011 11011100 1100 1000 0 1110 11011011 11011 1010001

Color Harmonies of #C2CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBDC

Black with #C2CBDC

Text Example


Text Example

White with #C2CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBDC; }

 p { color: rgb(194,203,220); }

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

background-color css

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

 a { background-color: rgb(194,203,220); }

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

border-color css

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

 span { border-color: rgb(194,203,220); }

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