Html Css Color HEX #C3D2DB Link Water

📋 copy color: '#C3D2DB'

red 195 ◦ green 210 ◦ blue 219

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

Shades of Link Water #C3D2DB

Tints of Link Water #C3D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.65%

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

R = 31.25%
G = 33.65%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3D2DB (or 0xC3D2DB) is known color: Link Water. HEX triplet: C3, D2 and DB. RGB value is (195,210,219). Sum of RGB (Red+Green+Blue) = 195+210+219=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2DB is #3C2D24. Grayscale: #CECECE. Windows color (decimal): -3943717 or 14406339. OLE color: 14406339.

HSL color Cylindrical-coordinate representation of color #C3D2DB: hue angle of 202.5º degrees, saturation: 0.25, 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 #C3D2DB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 210 219 -
CMYK 0.11 0.04 0 0.14
HSL 202.5º 0.25% 0.81% -
HSV(B) 202.5º 0.11% 0.86% -
XYZ 58.34 62.81 76.07 -
YUV 206.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 195 210 219 0.11 0.04 0 0.14 202.5 0.25 0.81
Hex C3 D2 DB B 4 0 E CA 19 51
Octal 303 322 333 13 4 0 16 312 31 121
Binary 11000011 11010010 11011011 1011 100 0 1110 11001010 11001 1010001

Color Harmonies of #C3D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D2DB

Black with #C3D2DB

Text Example


Text Example

White with #C3D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D2DB; }

 p { color: rgb(195,210,219); }

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

background-color css

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

 a { background-color: rgb(195,210,219); }

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

border-color css

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

 span { border-color: rgb(195,210,219); }

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