Html Css Color HEX #C3CED5 Link Water

📋 copy color: '#C3CED5'

red 195 ◦ green 206 ◦ blue 213

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

Shades of Link Water #C3CED5

Tints of Link Water #C3CED5

RGB

 RED value IS 195 (76.56% from 255) = 31.76%

 GREEN value IS 206 (80.86% from 255) = 33.55%

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 31.76%
G = 33.55%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C3CED5 (or 0xC3CED5) is known color: Link Water. HEX triplet: C3, CE and D5. RGB value is (195,206,213). Sum of RGB (Red+Green+Blue) = 195+206+213=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED5 is #3C312A. Grayscale: #CBCBCB. Windows color (decimal): -3944747 or 14012099. OLE color: 14012099.

HSL color Cylindrical-coordinate representation of color #C3CED5: hue angle of 203.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CED5 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 206 213 -
CMYK 0.08 0.03 0 0.16
HSL 203.33º 0.18% 0.8% -
HSV(B) 203.33º 0.08% 0.84% -
XYZ 56.59 60.55 71.66 -
YUV 203.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 195 206 213 0.08 0.03 0 0.16 203.33 0.18 0.8
Hex C3 CE D5 8 3 0 10 CB 12 50
Octal 303 316 325 10 3 0 20 313 22 120
Binary 11000011 11001110 11010101 1000 11 0 10000 11001011 10010 1010000

Color Harmonies of #C3CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CED5

Black with #C3CED5

Text Example


Text Example

White with #C3CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CED5; }

 p { color: rgb(195,206,213); }

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

background-color css

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

 a { background-color: rgb(195,206,213); }

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

border-color css

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

 span { border-color: rgb(195,206,213); }

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