Html Css Color HEX #CED7E1 Link Water

📋 copy color: '#CED7E1'

red 206 ◦ green 215 ◦ blue 225

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

Shades of Link Water #CED7E1

Tints of Link Water #CED7E1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.28%

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

R = 31.89%
G = 33.28%
B = 34.83%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CED7E1 (or 0xCED7E1) is known color: Link Water. HEX triplet: CE, D7 and E1. RGB value is (206,215,225). Sum of RGB (Red+Green+Blue) = 206+215+225=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E1 is #31281E. Grayscale: #D5D5D5. Windows color (decimal): -3221535 or 14800846. OLE color: 14800846.

HSL color Cylindrical-coordinate representation of color #CED7E1: hue angle of 211.58º 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 #CED7E1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 215 225 -
CMYK 0.08 0.04 0 0.12
HSL 211.58º 0.24% 0.85% -
HSV(B) 211.58º 0.08% 0.88% -
XYZ 63.34 67.16 80.86 -
YUV 213.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 206 215 225 0.08 0.04 0 0.12 211.58 0.24 0.85
Hex CE D7 E1 8 4 0 C D4 18 55
Octal 316 327 341 10 4 0 14 324 30 125
Binary 11001110 11010111 11100001 1000 100 0 1100 11010100 11000 1010101

Color Harmonies of #CED7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7E1

Black with #CED7E1

Text Example


Text Example

White with #CED7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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