Html Css Color HEX #CED4DF Link Water

📋 copy color: '#CED4DF'

red 206 ◦ green 212 ◦ blue 223

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

Shades of Link Water #CED4DF

Tints of Link Water #CED4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 32.14%
G = 33.07%
B = 34.79%

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

#CED4DF (or 0xCED4DF) is known color: Link Water. HEX triplet: CE, D4 and DF. RGB value is (206,212,223). Sum of RGB (Red+Green+Blue) = 206+212+223=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4DF is #312B20. Grayscale: #D3D3D3. Windows color (decimal): -3222305 or 14669006. OLE color: 14669006.

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

Color convert

RGB 206 212 223 -
CMYK 0.08 0.05 0 0.13
HSL 218.82º 0.21% 0.84% -
HSV(B) 218.82º 0.08% 0.87% -
XYZ 62.32 65.54 79.18 -
YUV 211.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 206 212 223 0.08 0.05 0 0.13 218.82 0.21 0.84
Hex CE D4 DF 8 5 0 D DB 15 54
Octal 316 324 337 10 5 0 15 333 25 124
Binary 11001110 11010100 11011111 1000 101 0 1101 11011011 10101 1010100

Color Harmonies of #CED4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4DF

Black with #CED4DF

Text Example


Text Example

White with #CED4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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