Html Css Color HEX #CED6DC Link Water

📋 copy color: '#CED6DC'

red 206 ◦ green 214 ◦ blue 220

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

Shades of Link Water #CED6DC

Tints of Link Water #CED6DC

RGB

 RED value IS 206 (80.86% from 255) = 32.19%

 GREEN value IS 214 (83.98% from 255) = 33.44%

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

R = 32.19%
G = 33.44%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED6DC (or 0xCED6DC) is known color: Link Water. HEX triplet: CE, D6 and DC. RGB value is (206,214,220). Sum of RGB (Red+Green+Blue) = 206+214+220=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DC is #312923. Grayscale: #D4D4D4. Windows color (decimal): -3221796 or 14472910. OLE color: 14472910.

HSL color Cylindrical-coordinate representation of color #CED6DC: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED6DC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 214 220 -
CMYK 0.06 0.03 0 0.14
HSL 205.71º 0.17% 0.84% -
HSV(B) 205.71º 0.06% 0.86% -
XYZ 62.42 66.38 77.23 -
YUV 212.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 206 214 220 0.06 0.03 0 0.14 205.71 0.17 0.84
Hex CE D6 DC 6 3 0 E CE 11 54
Octal 316 326 334 6 3 0 16 316 21 124
Binary 11001110 11010110 11011100 110 11 0 1110 11001110 10001 1010100

Color Harmonies of #CED6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6DC

Black with #CED6DC

Text Example


Text Example

White with #CED6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6DC; }

 p { color: rgb(206,214,220); }

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

background-color css

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

 a { background-color: rgb(206,214,220); }

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

border-color css

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

 span { border-color: rgb(206,214,220); }

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