Html Css Color HEX #CCD6DD Link Water

📋 copy color: '#CCD6DD'

red 204 ◦ green 214 ◦ blue 221

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

Shades of Link Water #CCD6DD

Tints of Link Water #CCD6DD

RGB

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

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

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

R = 31.92%
G = 33.49%
B = 34.59%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD6DD (or 0xCCD6DD) is known color: Link Water. HEX triplet: CC, D6 and DD. RGB value is (204,214,221). Sum of RGB (Red+Green+Blue) = 204+214+221=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 214 (83.98% from 255 or 33.49% 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 #CCD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DD is #332922. Grayscale: #D3D3D3. Windows color (decimal): -3352867 or 14538444. OLE color: 14538444.

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

Color convert

RGB 204 214 221 -
CMYK 0.08 0.03 0 0.13
HSL 204.71º 0.2% 0.83% -
HSV(B) 204.71º 0.08% 0.87% -
XYZ 62 66.15 77.91 -
YUV 211.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 204 214 221 0.08 0.03 0 0.13 204.71 0.2 0.83
Hex CC D6 DD 8 3 0 D CD 14 53
Octal 314 326 335 10 3 0 15 315 24 123
Binary 11001100 11010110 11011101 1000 11 0 1101 11001101 10100 1010011

Color Harmonies of #CCD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6DD

Black with #CCD6DD

Text Example


Text Example

White with #CCD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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