Html Css Color HEX #C2CBDE Link Water

📋 copy color: '#C2CBDE'

red 194 ◦ green 203 ◦ blue 222

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

Shades of Link Water #C2CBDE

Tints of Link Water #C2CBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 31.34%
G = 32.79%
B = 35.86%

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

#C2CBDE (or 0xC2CBDE) is known color: Link Water. HEX triplet: C2, CB and DE. RGB value is (194,203,222). Sum of RGB (Red+Green+Blue) = 194+203+222=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDE is #3D3421. Grayscale: #CACACA. Windows color (decimal): -4011042 or 14601154. OLE color: 14601154.

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

Color convert

RGB 194 203 222 -
CMYK 0.13 0.09 0 0.13
HSL 220.71º 0.3% 0.82% -
HSV(B) 220.71º 0.13% 0.87% -
XYZ 56.79 59.46 77.59 -
YUV 202.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 194 203 222 0.13 0.09 0 0.13 220.71 0.3 0.82
Hex C2 CB DE D 9 0 D DD 1E 52
Octal 302 313 336 15 11 0 15 335 36 122
Binary 11000010 11001011 11011110 1101 1001 0 1101 11011101 11110 1010010

Color Harmonies of #C2CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBDE

Black with #C2CBDE

Text Example


Text Example

White with #C2CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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