Html Css Color HEX #CED4DA Link Water

📋 copy color: '#CED4DA'

red 206 ◦ green 212 ◦ blue 218

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

Shades of Link Water #CED4DA

Tints of Link Water #CED4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

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

R = 32.39%
G = 33.33%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED4DA (or 0xCED4DA) is known color: Link Water. HEX triplet: CE, D4 and DA. RGB value is (206,212,218). Sum of RGB (Red+Green+Blue) = 206+212+218=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4DA is #312B25. Grayscale: #D2D2D2. Windows color (decimal): -3222310 or 14341326. OLE color: 14341326.

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

Color convert

RGB 206 212 218 -
CMYK 0.06 0.03 0 0.15
HSL 210º 0.14% 0.83% -
HSV(B) 210º 0.06% 0.85% -
XYZ 61.65 65.27 75.68 -
YUV 210.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 206 212 218 0.06 0.03 0 0.15 210 0.14 0.83
Hex CE D4 DA 6 3 0 F D2 E 53
Octal 316 324 332 6 3 0 17 322 16 123
Binary 11001110 11010100 11011010 110 11 0 1111 11010010 1110 1010011

Color Harmonies of #CED4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4DA

Black with #CED4DA

Text Example


Text Example

White with #CED4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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