Html Css Color HEX #CED6DF Link Water

📋 copy color: '#CED6DF'

red 206 ◦ green 214 ◦ blue 223

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

Shades of Link Water #CED6DF

Tints of Link Water #CED6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 32.04%
G = 33.28%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CED6DF (or 0xCED6DF) is known color: Link Water. HEX triplet: CE, D6 and DF. RGB value is (206,214,223). Sum of RGB (Red+Green+Blue) = 206+214+223=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DF is #312920. Grayscale: #D4D4D4. Windows color (decimal): -3221793 or 14669518. OLE color: 14669518.

HSL color Cylindrical-coordinate representation of color #CED6DF: hue angle of 211.76º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED6DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 214 223 -
CMYK 0.08 0.04 0 0.13
HSL 211.76º 0.21% 0.84% -
HSV(B) 211.76º 0.08% 0.87% -
XYZ 62.82 66.54 79.35 -
YUV 212.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 206 214 223 0.08 0.04 0 0.13 211.76 0.21 0.84
Hex CE D6 DF 8 4 0 D D4 15 54
Octal 316 326 337 10 4 0 15 324 25 124
Binary 11001110 11010110 11011111 1000 100 0 1101 11010100 10101 1010100

Color Harmonies of #CED6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6DF

Black with #CED6DF

Text Example


Text Example

White with #CED6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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