Html Css Color HEX #C8D3E0 Link Water

📋 copy color: '#C8D3E0'

red 200 ◦ green 211 ◦ blue 224

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

Shades of Link Water #C8D3E0

Tints of Link Water #C8D3E0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.23%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 31.5%
G = 33.23%
B = 35.28%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8D3E0 (or 0xC8D3E0) is known color: Link Water. HEX triplet: C8, D3 and E0. RGB value is (200,211,224). Sum of RGB (Red+Green+Blue) = 200+211+224=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8D3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3E0 is #372C1F. Grayscale: #D1D1D1. Windows color (decimal): -3615776 or 14734280. OLE color: 14734280.

HSL color Cylindrical-coordinate representation of color #C8D3E0: hue angle of 212.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D3E0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 211 224 -
CMYK 0.11 0.06 0 0.12
HSL 212.5º 0.28% 0.83% -
HSV(B) 212.5º 0.11% 0.88% -
XYZ 60.57 64.25 79.73 -
YUV 209.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 200 211 224 0.11 0.06 0 0.12 212.5 0.28 0.83
Hex C8 D3 E0 B 6 0 C D4 1C 53
Octal 310 323 340 13 6 0 14 324 34 123
Binary 11001000 11010011 11100000 1011 110 0 1100 11010100 11100 1010011

Color Harmonies of #C8D3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3E0

Black with #C8D3E0

Text Example


Text Example

White with #C8D3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3E0; }

 p { color: rgb(200,211,224); }

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

background-color css

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

 a { background-color: rgb(200,211,224); }

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

border-color css

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

 span { border-color: rgb(200,211,224); }

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