Html Css Color HEX #C3D1D2 Iron

📋 copy color: '#C3D1D2'

red 195 ◦ green 209 ◦ blue 210

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

Shades of Iron #C3D1D2

Tints of Iron #C3D1D2

RGB

 RED value IS 195 (76.56% from 255) = 31.76%

 GREEN value IS 209 (82.03% from 255) = 34.04%

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 31.76%
G = 34.04%
B = 34.2%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3D1D2 (or 0xC3D1D2) is known color: Iron. HEX triplet: C3, D1 and D2. RGB value is (195,209,210). Sum of RGB (Red+Green+Blue) = 195+209+210=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3D1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1D2 is #3C2E2D. Grayscale: #CCCCCC. Windows color (decimal): -3943982 or 13816259. OLE color: 13816259.

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

Color convert

RGB 195 209 210 -
CMYK 0.07 0.00 0 0.18
HSL 184º 0.14% 0.79% -
HSV(B) 184º 0.07% 0.82% -
XYZ 56.94 61.86 69.91 -
YUV 204.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 195 209 210 0.07 0.00 0 0.18 184 0.14 0.79
Hex C3 D1 D2 7 0 0 12 B8 E 4F
Octal 303 321 322 7 0 0 22 270 16 117
Binary 11000011 11010001 11010010 111 0 0 10010 10111000 1110 1001111

Color Harmonies of #C3D1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1D2

Black with #C3D1D2

Text Example


Text Example

White with #C3D1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1D2; }

 p { color: rgb(195,209,210); }

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

background-color css

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

 a { background-color: rgb(195,209,210); }

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

border-color css

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

 span { border-color: rgb(195,209,210); }

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