Html Css Color HEX #CED2D7 Link Water

📋 copy color: '#CED2D7'

red 206 ◦ green 210 ◦ blue 215

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

Shades of Link Water #CED2D7

Tints of Link Water #CED2D7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.28%

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 32.65%
G = 33.28%
B = 34.07%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CED2D7 (or 0xCED2D7) is known color: Link Water. HEX triplet: CE, D2 and D7. RGB value is (206,210,215). Sum of RGB (Red+Green+Blue) = 206+210+215=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 215 - color contains mainly: blue. Hex color #CED2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2D7 is #312D28. Grayscale: #D1D1D1. Windows color (decimal): -3222825 or 14144206. OLE color: 14144206.

HSL color Cylindrical-coordinate representation of color #CED2D7: hue angle of 213.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED2D7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 210 215 -
CMYK 0.04 0.02 0 0.16
HSL 213.33º 0.1% 0.83% -
HSV(B) 213.33º 0.04% 0.84% -
XYZ 60.77 64.12 73.46 -
YUV 209.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 206 210 215 0.04 0.02 0 0.16 213.33 0.1 0.83
Hex CE D2 D7 4 2 0 10 D5 A 53
Octal 316 322 327 4 2 0 20 325 12 123
Binary 11001110 11010010 11010111 100 10 0 10000 11010101 1010 1010011

Color Harmonies of #CED2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2D7

Black with #CED2D7

Text Example


Text Example

White with #CED2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2D7; }

 p { color: rgb(206,210,215); }

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

background-color css

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

 a { background-color: rgb(206,210,215); }

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

border-color css

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

 span { border-color: rgb(206,210,215); }

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