Html Css Color HEX #CED5E1 Link Water

📋 copy color: '#CED5E1'

red 206 ◦ green 213 ◦ blue 225

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

Shades of Link Water #CED5E1

Tints of Link Water #CED5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 31.99%
G = 33.07%
B = 34.94%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CED5E1 (or 0xCED5E1) is known color: Link Water. HEX triplet: CE, D5 and E1. RGB value is (206,213,225). Sum of RGB (Red+Green+Blue) = 206+213+225=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E1 is #312A1E. Grayscale: #D4D4D4. Windows color (decimal): -3222047 or 14800334. OLE color: 14800334.

HSL color Cylindrical-coordinate representation of color #CED5E1: hue angle of 217.89º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED5E1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 213 225 -
CMYK 0.08 0.05 0 0.12
HSL 217.89º 0.24% 0.85% -
HSV(B) 217.89º 0.08% 0.88% -
XYZ 62.84 66.15 80.69 -
YUV 212.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 206 213 225 0.08 0.05 0 0.12 217.89 0.24 0.85
Hex CE D5 E1 8 5 0 C DA 18 55
Octal 316 325 341 10 5 0 14 332 30 125
Binary 11001110 11010101 11100001 1000 101 0 1100 11011010 11000 1010101

Color Harmonies of #CED5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5E1

Black with #CED5E1

Text Example


Text Example

White with #CED5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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