Html Css Color HEX #CCD5DD Link Water

📋 copy color: '#CCD5DD'

red 204 ◦ green 213 ◦ blue 221

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

Shades of Link Water #CCD5DD

Tints of Link Water #CCD5DD

RGB

 RED value IS 204 (80.08% from 255) = 31.97%

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

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

R = 31.97%
G = 33.39%
B = 34.64%

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

#CCD5DD (or 0xCCD5DD) is known color: Link Water. HEX triplet: CC, D5 and DD. RGB value is (204,213,221). Sum of RGB (Red+Green+Blue) = 204+213+221=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DD is #332A22. Grayscale: #D3D3D3. Windows color (decimal): -3353123 or 14538188. OLE color: 14538188.

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

Color convert

RGB 204 213 221 -
CMYK 0.08 0.04 0 0.13
HSL 208.24º 0.2% 0.83% -
HSV(B) 208.24º 0.08% 0.87% -
XYZ 61.75 65.65 77.82 -
YUV 211.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 204 213 221 0.08 0.04 0 0.13 208.24 0.2 0.83
Hex CC D5 DD 8 4 0 D D0 14 53
Octal 314 325 335 10 4 0 15 320 24 123
Binary 11001100 11010101 11011101 1000 100 0 1101 11010000 10100 1010011

Color Harmonies of #CCD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5DD

Black with #CCD5DD

Text Example


Text Example

White with #CCD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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