Html Css Color HEX #CED3D8 Link Water

📋 copy color: '#CED3D8'

red 206 ◦ green 211 ◦ blue 216

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

Shades of Link Water #CED3D8

Tints of Link Water #CED3D8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.33%

 BLUE value IS 216 (84.77% from 255) = 34.12%

R = 32.54%
G = 33.33%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED3D8 (or 0xCED3D8) is known color: Link Water. HEX triplet: CE, D3 and D8. RGB value is (206,211,216). Sum of RGB (Red+Green+Blue) = 206+211+216=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 216 - color contains mainly: blue. Hex color #CED3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3D8 is #312C27. Grayscale: #D2D2D2. Windows color (decimal): -3222568 or 14209998. OLE color: 14209998.

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

Color convert

RGB 206 211 216 -
CMYK 0.05 0.02 0 0.15
HSL 210º 0.11% 0.83% -
HSV(B) 210º 0.05% 0.85% -
XYZ 61.14 64.67 74.23 -
YUV 210.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 206 211 216 0.05 0.02 0 0.15 210 0.11 0.83
Hex CE D3 D8 5 2 0 F D2 B 53
Octal 316 323 330 5 2 0 17 322 13 123
Binary 11001110 11010011 11011000 101 10 0 1111 11010010 1011 1010011

Color Harmonies of #CED3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3D8

Black with #CED3D8

Text Example


Text Example

White with #CED3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3D8; }

 p { color: rgb(206,211,216); }

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

background-color css

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

 a { background-color: rgb(206,211,216); }

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

border-color css

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

 span { border-color: rgb(206,211,216); }

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