Html Css Color HEX #C2CBDA Link Water

📋 copy color: '#C2CBDA'

red 194 ◦ green 203 ◦ blue 218

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

Shades of Link Water #C2CBDA

Tints of Link Water #C2CBDA

RGB

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

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

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

R = 31.54%
G = 33.01%
B = 35.45%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2CBDA (or 0xC2CBDA) is known color: Link Water. HEX triplet: C2, CB and DA. RGB value is (194,203,218). Sum of RGB (Red+Green+Blue) = 194+203+218=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDA is #3D3425. Grayscale: #C9C9C9. Windows color (decimal): -4011046 or 14339010. OLE color: 14339010.

HSL color Cylindrical-coordinate representation of color #C2CBDA: hue angle of 217.5º 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 #C2CBDA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 203 218 -
CMYK 0.11 0.07 0 0.15
HSL 217.5º 0.24% 0.81% -
HSV(B) 217.5º 0.11% 0.85% -
XYZ 56.26 59.24 74.8 -
YUV 202.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 194 203 218 0.11 0.07 0 0.15 217.5 0.24 0.81
Hex C2 CB DA B 7 0 F DA 18 51
Octal 302 313 332 13 7 0 17 332 30 121
Binary 11000010 11001011 11011010 1011 111 0 1111 11011010 11000 1010001

Color Harmonies of #C2CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBDA

Black with #C2CBDA

Text Example


Text Example

White with #C2CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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