Html Css Color HEX #C7CDD0 Link Water

📋 copy color: '#C7CDD0'

red 199 ◦ green 205 ◦ blue 208

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

Shades of Link Water #C7CDD0

Tints of Link Water #C7CDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.5%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 32.52%
G = 33.5%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C7CDD0 (or 0xC7CDD0) is known color: Link Water. HEX triplet: C7, CD and D0. RGB value is (199,205,208). Sum of RGB (Red+Green+Blue) = 199+205+208=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDD0 is #38322F. Grayscale: #CBCBCB. Windows color (decimal): -3682864 or 13684167. OLE color: 13684167.

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

Color convert

RGB 199 205 208 -
CMYK 0.04 0.01 0 0.18
HSL 200º 0.09% 0.8% -
HSV(B) 200º 0.04% 0.82% -
XYZ 56.77 60.36 68.33 -
YUV 203.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 199 205 208 0.04 0.01 0 0.18 200 0.09 0.8
Hex C7 CD D0 4 1 0 12 C8 9 50
Octal 307 315 320 4 1 0 22 310 11 120
Binary 11000111 11001101 11010000 100 1 0 10010 11001000 1001 1010000

Color Harmonies of #C7CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDD0

Black with #C7CDD0

Text Example


Text Example

White with #C7CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDD0; }

 p { color: rgb(199,205,208); }

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

background-color css

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

 a { background-color: rgb(199,205,208); }

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

border-color css

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

 span { border-color: rgb(199,205,208); }

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