Html Css Color HEX #CED3E0 Link Water

📋 copy color: '#CED3E0'

red 206 ◦ green 211 ◦ blue 224

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

Shades of Link Water #CED3E0

Tints of Link Water #CED3E0

RGB

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

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

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

R = 32.14%
G = 32.92%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CED3E0 (or 0xCED3E0) is known color: Link Water. HEX triplet: CE, D3 and E0. RGB value is (206,211,224). Sum of RGB (Red+Green+Blue) = 206+211+224=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3E0 is #312C1F. Grayscale: #D2D2D2. Windows color (decimal): -3222560 or 14734286. OLE color: 14734286.

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

Color convert

RGB 206 211 224 -
CMYK 0.08 0.06 0 0.12
HSL 223.33º 0.23% 0.84% -
HSV(B) 223.33º 0.08% 0.88% -
XYZ 62.2 65.09 79.81 -
YUV 210.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 206 211 224 0.08 0.06 0 0.12 223.33 0.23 0.84
Hex CE D3 E0 8 6 0 C DF 16 54
Octal 316 323 340 10 6 0 14 337 26 124
Binary 11001110 11010011 11100000 1000 110 0 1100 11011111 10110 1010100

Color Harmonies of #CED3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3E0

Black with #CED3E0

Text Example


Text Example

White with #CED3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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