Html Css Color HEX #C8CEDE Link Water

📋 copy color: '#C8CEDE'

red 200 ◦ green 206 ◦ blue 222

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

Shades of Link Water #C8CEDE

Tints of Link Water #C8CEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.8%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 31.85%
G = 32.8%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8CEDE (or 0xC8CEDE) is known color: Link Water. HEX triplet: C8, CE and DE. RGB value is (200,206,222). Sum of RGB (Red+Green+Blue) = 200+206+222=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEDE is #373121. Grayscale: #CDCDCD. Windows color (decimal): -3617058 or 14601928. OLE color: 14601928.

HSL color Cylindrical-coordinate representation of color #C8CEDE: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CEDE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 206 222 -
CMYK 0.10 0.07 0 0.13
HSL 223.64º 0.25% 0.83% -
HSV(B) 223.64º 0.1% 0.87% -
XYZ 59.08 61.7 77.9 -
YUV 206.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 200 206 222 0.10 0.07 0 0.13 223.64 0.25 0.83
Hex C8 CE DE A 7 0 D E0 19 53
Octal 310 316 336 12 7 0 15 340 31 123
Binary 11001000 11001110 11011110 1010 111 0 1101 11100000 11001 1010011

Color Harmonies of #C8CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEDE

Black with #C8CEDE

Text Example


Text Example

White with #C8CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEDE; }

 p { color: rgb(200,206,222); }

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

background-color css

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

 a { background-color: rgb(200,206,222); }

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

border-color css

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

 span { border-color: rgb(200,206,222); }

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