Html Css Color HEX #CED3DF Link Water

📋 copy color: '#CED3DF'

red 206 ◦ green 211 ◦ blue 223

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

Shades of Link Water #CED3DF

Tints of Link Water #CED3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 32.19%
G = 32.97%
B = 34.84%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CED3DF (or 0xCED3DF) is known color: Link Water. HEX triplet: CE, D3 and DF. RGB value is (206,211,223). Sum of RGB (Red+Green+Blue) = 206+211+223=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DF is #312C20. Grayscale: #D2D2D2. Windows color (decimal): -3222561 or 14668750. OLE color: 14668750.

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

Color convert

RGB 206 211 223 -
CMYK 0.08 0.05 0 0.13
HSL 222.35º 0.21% 0.84% -
HSV(B) 222.35º 0.08% 0.87% -
XYZ 62.07 65.04 79.09 -
YUV 210.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 206 211 223 0.08 0.05 0 0.13 222.35 0.21 0.84
Hex CE D3 DF 8 5 0 D DE 15 54
Octal 316 323 337 10 5 0 15 336 25 124
Binary 11001110 11010011 11011111 1000 101 0 1101 11011110 10101 1010100

Color Harmonies of #CED3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3DF

Black with #CED3DF

Text Example


Text Example

White with #CED3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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