Html Css Color HEX #CDD5DE Link Water

📋 copy color: '#CDD5DE'

red 205 ◦ green 213 ◦ blue 222

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

Shades of Link Water #CDD5DE

Tints of Link Water #CDD5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 32.03%
G = 33.28%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDD5DE (or 0xCDD5DE) is known color: Link Water. HEX triplet: CD, D5 and DE. RGB value is (205,213,222). Sum of RGB (Red+Green+Blue) = 205+213+222=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5DE is #322A21. Grayscale: #D3D3D3. Windows color (decimal): -3287586 or 14603725. OLE color: 14603725.

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

Color convert

RGB 205 213 222 -
CMYK 0.08 0.04 0 0.13
HSL 211.76º 0.2% 0.84% -
HSV(B) 211.76º 0.08% 0.87% -
XYZ 62.16 65.84 78.54 -
YUV 211.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 205 213 222 0.08 0.04 0 0.13 211.76 0.2 0.84
Hex CD D5 DE 8 4 0 D D4 14 54
Octal 315 325 336 10 4 0 15 324 24 124
Binary 11001101 11010101 11011110 1000 100 0 1101 11010100 10100 1010100

Color Harmonies of #CDD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5DE

Black with #CDD5DE

Text Example


Text Example

White with #CDD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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