Html Css Color HEX #C1CED3 Iron

📋 copy color: '#C1CED3'

red 193 ◦ green 206 ◦ blue 211

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

Shades of Iron #C1CED3

Tints of Iron #C1CED3

RGB

 RED value IS 193 (75.78% from 255) = 31.64%

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 211 (82.81% from 255) = 34.59%

R = 31.64%
G = 33.77%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C1CED3 (or 0xC1CED3) is known color: Iron. HEX triplet: C1, CE and D3. RGB value is (193,206,211). Sum of RGB (Red+Green+Blue) = 193+206+211=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CED3 is #3E312C. Grayscale: #CACACA. Windows color (decimal): -4075821 or 13881025. OLE color: 13881025.

HSL color Cylindrical-coordinate representation of color #C1CED3: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CED3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 206 211 -
CMYK 0.09 0.02 0 0.17
HSL 196.67º 0.17% 0.79% -
HSV(B) 196.67º 0.09% 0.83% -
XYZ 55.82 60.18 70.3 -
YUV 202.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 193 206 211 0.09 0.02 0 0.17 196.67 0.17 0.79
Hex C1 CE D3 9 2 0 11 C5 11 4F
Octal 301 316 323 11 2 0 21 305 21 117
Binary 11000001 11001110 11010011 1001 10 0 10001 11000101 10001 1001111

Color Harmonies of #C1CED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CED3

Black with #C1CED3

Text Example


Text Example

White with #C1CED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CED3; }

 p { color: rgb(193,206,211); }

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

background-color css

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

 a { background-color: rgb(193,206,211); }

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

border-color css

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

 span { border-color: rgb(193,206,211); }

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