Html Css Color HEX #CDD6DD Link Water

📋 copy color: '#CDD6DD'

red 205 ◦ green 214 ◦ blue 221

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

Shades of Link Water #CDD6DD

Tints of Link Water #CDD6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.44%

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

R = 32.03%
G = 33.44%
B = 34.53%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDD6DD (or 0xCDD6DD) is known color: Link Water. HEX triplet: CD, D6 and DD. RGB value is (205,214,221). Sum of RGB (Red+Green+Blue) = 205+214+221=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DD is #322922. Grayscale: #D4D4D4. Windows color (decimal): -3287331 or 14538445. OLE color: 14538445.

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

Color convert

RGB 205 214 221 -
CMYK 0.07 0.03 0 0.13
HSL 206.25º 0.19% 0.84% -
HSV(B) 206.25º 0.07% 0.87% -
XYZ 62.27 66.29 77.92 -
YUV 212.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 205 214 221 0.07 0.03 0 0.13 206.25 0.19 0.84
Hex CD D6 DD 7 3 0 D CE 13 54
Octal 315 326 335 7 3 0 15 316 23 124
Binary 11001101 11010110 11011101 111 11 0 1101 11001110 10011 1010100

Color Harmonies of #CDD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6DD

Black with #CDD6DD

Text Example


Text Example

White with #CDD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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