Html Css Color HEX #CED5DF Link Water

📋 copy color: '#CED5DF'

red 206 ◦ green 213 ◦ blue 223

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

Shades of Link Water #CED5DF

Tints of Link Water #CED5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.18%

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

R = 32.09%
G = 33.18%
B = 34.74%

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

#CED5DF (or 0xCED5DF) is known color: Link Water. HEX triplet: CE, D5 and DF. RGB value is (206,213,223). Sum of RGB (Red+Green+Blue) = 206+213+223=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DF is #312A20. Grayscale: #D3D3D3. Windows color (decimal): -3222049 or 14669262. OLE color: 14669262.

HSL color Cylindrical-coordinate representation of color #CED5DF: hue angle of 215.29º 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 #CED5DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 213 223 -
CMYK 0.08 0.04 0 0.13
HSL 215.29º 0.21% 0.84% -
HSV(B) 215.29º 0.08% 0.87% -
XYZ 62.57 66.04 79.26 -
YUV 212.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 206 213 223 0.08 0.04 0 0.13 215.29 0.21 0.84
Hex CE D5 DF 8 4 0 D D7 15 54
Octal 316 325 337 10 4 0 15 327 25 124
Binary 11001110 11010101 11011111 1000 100 0 1101 11010111 10101 1010100

Color Harmonies of #CED5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5DF

Black with #CED5DF

Text Example


Text Example

White with #CED5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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