Html Css Color HEX #CDD1DB Link Water

📋 copy color: '#CDD1DB'

red 205 ◦ green 209 ◦ blue 219

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

Shades of Link Water #CDD1DB

Tints of Link Water #CDD1DB

RGB

 RED value IS 205 (80.47% from 255) = 32.39%

 GREEN value IS 209 (82.03% from 255) = 33.02%

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

R = 32.39%
G = 33.02%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDD1DB (or 0xCDD1DB) is known color: Link Water. HEX triplet: CD, D1 and DB. RGB value is (205,209,219). Sum of RGB (Red+Green+Blue) = 205+209+219=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DB is #322E24. Grayscale: #D0D0D0. Windows color (decimal): -3288613 or 14406093. OLE color: 14406093.

HSL color Cylindrical-coordinate representation of color #CDD1DB: hue angle of 222.86º degrees, saturation: 0.16, 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 #CDD1DB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 209 219 -
CMYK 0.06 0.05 0 0.14
HSL 222.86º 0.16% 0.83% -
HSV(B) 222.86º 0.06% 0.86% -
XYZ 60.76 63.69 76.11 -
YUV 208.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 205 209 219 0.06 0.05 0 0.14 222.86 0.16 0.83
Hex CD D1 DB 6 5 0 E DF 10 53
Octal 315 321 333 6 5 0 16 337 20 123
Binary 11001101 11010001 11011011 110 101 0 1110 11011111 10000 1010011

Color Harmonies of #CDD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD1DB

Black with #CDD1DB

Text Example


Text Example

White with #CDD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD1DB; }

 p { color: rgb(205,209,219); }

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

background-color css

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

 a { background-color: rgb(205,209,219); }

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

border-color css

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

 span { border-color: rgb(205,209,219); }

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