Html Css Color HEX #CED5DA Link Water

📋 copy color: '#CED5DA'

red 206 ◦ green 213 ◦ blue 218

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

Shades of Link Water #CED5DA

Tints of Link Water #CED5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 32.34%
G = 33.44%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED5DA (or 0xCED5DA) is known color: Link Water. HEX triplet: CE, D5 and DA. RGB value is (206,213,218). Sum of RGB (Red+Green+Blue) = 206+213+218=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DA is #312A25. Grayscale: #D3D3D3. Windows color (decimal): -3222054 or 14341582. OLE color: 14341582.

HSL color Cylindrical-coordinate representation of color #CED5DA: hue angle of 205º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED5DA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 213 218 -
CMYK 0.06 0.02 0 0.15
HSL 205º 0.14% 0.83% -
HSV(B) 205º 0.06% 0.85% -
XYZ 61.9 65.77 75.76 -
YUV 211.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 206 213 218 0.06 0.02 0 0.15 205 0.14 0.83
Hex CE D5 DA 6 2 0 F CD E 53
Octal 316 325 332 6 2 0 17 315 16 123
Binary 11001110 11010101 11011010 110 10 0 1111 11001101 1110 1010011

Color Harmonies of #CED5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5DA

Black with #CED5DA

Text Example


Text Example

White with #CED5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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