Html Css Color HEX #CCD0D1 Iron

📋 copy color: '#CCD0D1'

red 204 ◦ green 208 ◦ blue 209

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

Shades of Iron #CCD0D1

Tints of Iron #CCD0D1

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 value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCD0D1 (or 0xCCD0D1) is known color: 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

RGB 204 208 209 -
CMYK 0.02 0.00 0 0.18
HSL 192º 0.05% 0.81% -
HSV(B) 192º 0.02% 0.82% -
XYZ 58.97 62.55 69.29 -
YUV 206.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 204 208 209 0.02 0.00 0 0.18 192 0.05 0.81
Hex CC D0 D1 2 0 0 12 C0 5 51
Octal 314 320 321 2 0 0 22 300 5 121
Binary 11001100 11010000 11010001 10 0 0 10010 11000000 101 1010001

Color Harmonies of #CCD0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0D1

Black with #CCD0D1

Text Example


Text Example

White with #CCD0D1

Text Example


Text Example

HTML Codes & Css Web 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>