Html Css Color HEX #CED5E0 Link Water

📋 copy color: '#CED5E0'

red 206 ◦ green 213 ◦ blue 224

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

Shades of Link Water #CED5E0

Tints of Link Water #CED5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 32.04%
G = 33.13%
B = 34.84%

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

#CED5E0 (or 0xCED5E0) is known color: Link Water. HEX triplet: CE, D5 and E0. RGB value is (206,213,224). Sum of RGB (Red+Green+Blue) = 206+213+224=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E0 is #312A1F. Grayscale: #D4D4D4. Windows color (decimal): -3222048 or 14734798. OLE color: 14734798.

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

Color convert

RGB 206 213 224 -
CMYK 0.08 0.05 0 0.12
HSL 216.67º 0.23% 0.84% -
HSV(B) 216.67º 0.08% 0.88% -
XYZ 62.7 66.09 79.97 -
YUV 212.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 206 213 224 0.08 0.05 0 0.12 216.67 0.23 0.84
Hex CE D5 E0 8 5 0 C D9 16 54
Octal 316 325 340 10 5 0 14 331 26 124
Binary 11001110 11010101 11100000 1000 101 0 1100 11011001 10110 1010100

Color Harmonies of #CED5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5E0

Black with #CED5E0

Text Example


Text Example

White with #CED5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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