Html Css Color HEX #C3D0DF Link Water

📋 copy color: '#C3D0DF'

red 195 ◦ green 208 ◦ blue 223

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

Shades of Link Water #C3D0DF

Tints of Link Water #C3D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.23%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 31.15%
G = 33.23%
B = 35.62%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3D0DF (or 0xC3D0DF) is known color: Link Water. HEX triplet: C3, D0 and DF. RGB value is (195,208,223). Sum of RGB (Red+Green+Blue) = 195+208+223=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0DF is #3C2F20. Grayscale: #CDCDCD. Windows color (decimal): -3944225 or 14667971. OLE color: 14667971.

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

Color convert

RGB 195 208 223 -
CMYK 0.13 0.07 0 0.13
HSL 212.14º 0.3% 0.82% -
HSV(B) 212.14º 0.13% 0.87% -
XYZ 58.38 62.04 78.71 -
YUV 205.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 195 208 223 0.13 0.07 0 0.13 212.14 0.3 0.82
Hex C3 D0 DF D 7 0 D D4 1E 52
Octal 303 320 337 15 7 0 15 324 36 122
Binary 11000011 11010000 11011111 1101 111 0 1101 11010100 11110 1010010

Color Harmonies of #C3D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0DF

Black with #C3D0DF

Text Example


Text Example

White with #C3D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0DF; }

 p { color: rgb(195,208,223); }

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

background-color css

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

 a { background-color: rgb(195,208,223); }

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

border-color css

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

 span { border-color: rgb(195,208,223); }

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