Html Css Color HEX #C8CDDC Link Water

📋 copy color: '#C8CDDC'

red 200 ◦ green 205 ◦ blue 220

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

Shades of Link Water #C8CDDC

Tints of Link Water #C8CDDC

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 32%
G = 32.8%
B = 35.2%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8CDDC (or 0xC8CDDC) is known color: Link Water. HEX triplet: C8, CD and DC. RGB value is (200,205,220). Sum of RGB (Red+Green+Blue) = 200+205+220=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDC is #373223. Grayscale: #CDCDCD. Windows color (decimal): -3617316 or 14470600. OLE color: 14470600.

HSL color Cylindrical-coordinate representation of color #C8CDDC: hue angle of 225º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CDDC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 205 220 -
CMYK 0.09 0.07 0 0.14
HSL 225º 0.22% 0.82% -
HSV(B) 225º 0.09% 0.86% -
XYZ 58.57 61.11 76.42 -
YUV 205.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 200 205 220 0.09 0.07 0 0.14 225 0.22 0.82
Hex C8 CD DC 9 7 0 E E1 16 52
Octal 310 315 334 11 7 0 16 341 26 122
Binary 11001000 11001101 11011100 1001 111 0 1110 11100001 10110 1010010

Color Harmonies of #C8CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDDC

Black with #C8CDDC

Text Example


Text Example

White with #C8CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDDC; }

 p { color: rgb(200,205,220); }

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

background-color css

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

 a { background-color: rgb(200,205,220); }

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

border-color css

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

 span { border-color: rgb(200,205,220); }

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