Html Css Color HEX #CDD5DC Link Water

📋 copy color: '#CDD5DC'

red 205 ◦ green 213 ◦ blue 220

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

Shades of Link Water #CDD5DC

Tints of Link Water #CDD5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 32.13%
G = 33.39%
B = 34.48%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDD5DC (or 0xCDD5DC) is known color: Link Water. HEX triplet: CD, D5 and DC. RGB value is (205,213,220). Sum of RGB (Red+Green+Blue) = 205+213+220=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DC is #322A23. Grayscale: #D3D3D3. Windows color (decimal): -3287588 or 14472653. OLE color: 14472653.

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

Color convert

RGB 205 213 220 -
CMYK 0.07 0.03 0 0.14
HSL 208º 0.18% 0.83% -
HSV(B) 208º 0.07% 0.86% -
XYZ 61.89 65.73 77.14 -
YUV 211.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 205 213 220 0.07 0.03 0 0.14 208 0.18 0.83
Hex CD D5 DC 7 3 0 E D0 12 53
Octal 315 325 334 7 3 0 16 320 22 123
Binary 11001101 11010101 11011100 111 11 0 1110 11010000 10010 1010011

Color Harmonies of #CDD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5DC

Black with #CDD5DC

Text Example


Text Example

White with #CDD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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