Html Css Color HEX #CCD0DD Link Water

📋 copy color: '#CCD0DD'

red 204 ◦ green 208 ◦ blue 221

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

Shades of Link Water #CCD0DD

Tints of Link Water #CCD0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.86%

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

R = 32.23%
G = 32.86%
B = 34.91%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD0DD (or 0xCCD0DD) is known color: Link Water. HEX triplet: CC, D0 and DD. RGB value is (204,208,221). Sum of RGB (Red+Green+Blue) = 204+208+221=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DD is #332F22. Grayscale: #D0D0D0. Windows color (decimal): -3354403 or 14536908. OLE color: 14536908.

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

Color convert

RGB 204 208 221 -
CMYK 0.08 0.06 0 0.13
HSL 225.88º 0.2% 0.83% -
HSV(B) 225.88º 0.08% 0.87% -
XYZ 60.51 63.17 77.41 -
YUV 208.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 204 208 221 0.08 0.06 0 0.13 225.88 0.2 0.83
Hex CC D0 DD 8 6 0 D E2 14 53
Octal 314 320 335 10 6 0 15 342 24 123
Binary 11001100 11010000 11011101 1000 110 0 1101 11100010 10100 1010011

Color Harmonies of #CCD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0DD

Black with #CCD0DD

Text Example


Text Example

White with #CCD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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