Html Css Color HEX #C7D2DA Link Water

📋 copy color: '#C7D2DA'

red 199 ◦ green 210 ◦ blue 218

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

Shades of Link Water #C7D2DA

Tints of Link Water #C7D2DA

RGB

 RED value IS 199 (78.13% from 255) = 31.74%

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

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

R = 31.74%
G = 33.49%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7D2DA (or 0xC7D2DA) is known color: Link Water. HEX triplet: C7, D2 and DA. RGB value is (199,210,218). Sum of RGB (Red+Green+Blue) = 199+210+218=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7D2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2DA is #382D25. Grayscale: #CFCFCF. Windows color (decimal): -3681574 or 14340807. OLE color: 14340807.

HSL color Cylindrical-coordinate representation of color #C7D2DA: hue angle of 205.26º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D2DA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 210 218 -
CMYK 0.09 0.04 0 0.15
HSL 205.26º 0.2% 0.82% -
HSV(B) 205.26º 0.09% 0.85% -
XYZ 59.25 63.3 75.42 -
YUV 207.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 199 210 218 0.09 0.04 0 0.15 205.26 0.2 0.82
Hex C7 D2 DA 9 4 0 F CD 14 52
Octal 307 322 332 11 4 0 17 315 24 122
Binary 11000111 11010010 11011010 1001 100 0 1111 11001101 10100 1010010

Color Harmonies of #C7D2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2DA

Black with #C7D2DA

Text Example


Text Example

White with #C7D2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2DA; }

 p { color: rgb(199,210,218); }

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

background-color css

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

 a { background-color: rgb(199,210,218); }

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

border-color css

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

 span { border-color: rgb(199,210,218); }

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