Html Css Color HEX #CDD5DD Link Water

📋 copy color: '#CDD5DD'

red 205 ◦ green 213 ◦ blue 221

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

Shades of Link Water #CDD5DD

Tints of Link Water #CDD5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 32.08%
G = 33.33%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDD5DD (or 0xCDD5DD) is known color: Link Water. HEX triplet: CD, D5 and DD. RGB value is (205,213,221). Sum of RGB (Red+Green+Blue) = 205+213+221=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DD is #322A22. Grayscale: #D3D3D3. Windows color (decimal): -3287587 or 14538189. OLE color: 14538189.

HSL color Cylindrical-coordinate representation of color #CDD5DD: hue angle of 210º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD5DD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 213 221 -
CMYK 0.07 0.04 0 0.13
HSL 210º 0.19% 0.84% -
HSV(B) 210º 0.07% 0.87% -
XYZ 62.02 65.79 77.84 -
YUV 211.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 205 213 221 0.07 0.04 0 0.13 210 0.19 0.84
Hex CD D5 DD 7 4 0 D D2 13 54
Octal 315 325 335 7 4 0 15 322 23 124
Binary 11001101 11010101 11011101 111 100 0 1101 11010010 10011 1010100

Color Harmonies of #CDD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5DD

Black with #CDD5DD

Text Example


Text Example

White with #CDD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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