#CCD0D1

Color #CCD0D1 Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #CCD0D1

Tints of Iron #CCD0D1

Color information

#CCD0D1 (or 0xCCD0D1) is unknown color: approx Iron. HEX triplet: CC, D0 and D1. RGB value is (204,208,209). Sum of RGB (Red+Green+Blue) = 204+208+209=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D1 is #332F2E. Grayscale: #CECECE. Windows color (decimal): -3354415 or 13750476. OLE color: 13750476.

HSL color Cylindrical-coordinate representation of color #CCD0D1: hue angle of 192º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD0D1 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204208209-
CMYK0.020.0000.18
HSL192º5.15%80.98%-
HSV(B)192º2.39%81.96%-
XYZ58.9762.5569.29-
YUV206.92129.17125.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=32.85%
G=33.49%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042082090.020.0000.181925.1580.98
HexCCD0D120012c0551
Octal314320321200223005121
Binary110011001101000011010001100010010110000001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0D1; }

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

 H1.HeaderClassName
 {
   color: #CCD0D1;
 }
 .AnyTagClassName
 {
   color: #CCD0D1;
 }
</style>
background-color css

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

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

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

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

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

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