Html Css Color HEX #CED1DC Link Water

📋 copy color: '#CED1DC'

red 206 ◦ green 209 ◦ blue 220

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

Shades of Link Water #CED1DC

Tints of Link Water #CED1DC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.91%

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

R = 32.44%
G = 32.91%
B = 34.65%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED1DC (or 0xCED1DC) is known color: Link Water. HEX triplet: CE, D1 and DC. RGB value is (206,209,220). Sum of RGB (Red+Green+Blue) = 206+209+220=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DC is #312E23. Grayscale: #D1D1D1. Windows color (decimal): -3223076 or 14471630. OLE color: 14471630.

HSL color Cylindrical-coordinate representation of color #CED1DC: hue angle of 227.14º 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 #CED1DC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 209 220 -
CMYK 0.06 0.05 0 0.14
HSL 227.14º 0.17% 0.84% -
HSV(B) 227.14º 0.06% 0.86% -
XYZ 61.17 63.89 76.82 -
YUV 209.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 206 209 220 0.06 0.05 0 0.14 227.14 0.17 0.84
Hex CE D1 DC 6 5 0 E E3 11 54
Octal 316 321 334 6 5 0 16 343 21 124
Binary 11001110 11010001 11011100 110 101 0 1110 11100011 10001 1010100

Color Harmonies of #CED1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1DC

Black with #CED1DC

Text Example


Text Example

White with #CED1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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