Html Css Color HEX #CCD1DD Link Water

📋 copy color: '#CCD1DD'

red 204 ◦ green 209 ◦ blue 221

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

Shades of Link Water #CCD1DD

Tints of Link Water #CCD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.97%

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

R = 32.18%
G = 32.97%
B = 34.86%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD1DD (or 0xCCD1DD) is known color: Link Water. HEX triplet: CC, D1 and DD. RGB value is (204,209,221). Sum of RGB (Red+Green+Blue) = 204+209+221=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DD is #332E22. Grayscale: #D0D0D0. Windows color (decimal): -3354147 or 14537164. OLE color: 14537164.

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

Color convert

RGB 204 209 221 -
CMYK 0.08 0.05 0 0.13
HSL 222.35º 0.2% 0.83% -
HSV(B) 222.35º 0.08% 0.87% -
XYZ 60.75 63.66 77.49 -
YUV 208.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 204 209 221 0.08 0.05 0 0.13 222.35 0.2 0.83
Hex CC D1 DD 8 5 0 D DE 14 53
Octal 314 321 335 10 5 0 15 336 24 123
Binary 11001100 11010001 11011101 1000 101 0 1101 11011110 10100 1010011

Color Harmonies of #CCD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DD

Black with #CCD1DD

Text Example


Text Example

White with #CCD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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