Html Css Color HEX #CDD5DB Link Water

📋 copy color: '#CDD5DB'

red 205 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CDD5DB

Tints of Link Water #CDD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.44%

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

R = 32.18%
G = 33.44%
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

#CDD5DB (or 0xCDD5DB) is known color: Link Water. HEX triplet: CD, D5 and DB. RGB value is (205,213,219). Sum of RGB (Red+Green+Blue) = 205+213+219=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 213 (83.59% from 255 or 33.44% 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 #CDD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DB is #322A24. Grayscale: #D3D3D3. Windows color (decimal): -3287589 or 14407117. OLE color: 14407117.

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

Color convert

RGB 205 213 219 -
CMYK 0.06 0.03 0 0.14
HSL 205.71º 0.16% 0.83% -
HSV(B) 205.71º 0.06% 0.86% -
XYZ 61.76 65.68 76.44 -
YUV 211.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 205 213 219 0.06 0.03 0 0.14 205.71 0.16 0.83
Hex CD D5 DB 6 3 0 E CE 10 53
Octal 315 325 333 6 3 0 16 316 20 123
Binary 11001101 11010101 11011011 110 11 0 1110 11001110 10000 1010011

Color Harmonies of #CDD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5DB

Black with #CDD5DB

Text Example


Text Example

White with #CDD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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