Html Css Color HEX #CED4DB Link Water

📋 copy color: '#CED4DB'

red 206 ◦ green 212 ◦ blue 219

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

Shades of Link Water #CED4DB

Tints of Link Water #CED4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 32.34%
G = 33.28%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CED4DB (or 0xCED4DB) is known color: Link Water. HEX triplet: CE, D4 and DB. RGB value is (206,212,219). Sum of RGB (Red+Green+Blue) = 206+212+219=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4DB is #312B24. Grayscale: #D2D2D2. Windows color (decimal): -3222309 or 14406862. OLE color: 14406862.

HSL color Cylindrical-coordinate representation of color #CED4DB: hue angle of 212.31º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED4DB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 212 219 -
CMYK 0.06 0.03 0 0.14
HSL 212.31º 0.15% 0.83% -
HSV(B) 212.31º 0.06% 0.86% -
XYZ 61.78 65.32 76.37 -
YUV 211 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 206 212 219 0.06 0.03 0 0.14 212.31 0.15 0.83
Hex CE D4 DB 6 3 0 E D4 F 53
Octal 316 324 333 6 3 0 16 324 17 123
Binary 11001110 11010100 11011011 110 11 0 1110 11010100 1111 1010011

Color Harmonies of #CED4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4DB

Black with #CED4DB

Text Example


Text Example

White with #CED4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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