Html Css Color HEX #CCD0DC Link Water

📋 copy color: '#CCD0DC'

red 204 ◦ green 208 ◦ blue 220

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

Shades of Link Water #CCD0DC

Tints of Link Water #CCD0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 32.28%
G = 32.91%
B = 34.81%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD0DC (or 0xCCD0DC) is known color: Link Water. HEX triplet: CC, D0 and DC. RGB value is (204,208,220). Sum of RGB (Red+Green+Blue) = 204+208+220=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DC is #332F23. Grayscale: #D0D0D0. Windows color (decimal): -3354404 or 14471372. OLE color: 14471372.

HSL color Cylindrical-coordinate representation of color #CCD0DC: hue angle of 225º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD0DC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 208 220 -
CMYK 0.07 0.05 0 0.14
HSL 225º 0.19% 0.83% -
HSV(B) 225º 0.07% 0.86% -
XYZ 60.38 63.12 76.71 -
YUV 208.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 204 208 220 0.07 0.05 0 0.14 225 0.19 0.83
Hex CC D0 DC 7 5 0 E E1 13 53
Octal 314 320 334 7 5 0 16 341 23 123
Binary 11001100 11010000 11011100 111 101 0 1110 11100001 10011 1010011

Color Harmonies of #CCD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0DC

Black with #CCD0DC

Text Example


Text Example

White with #CCD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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