Html Css Color HEX #C3D8C6 Edgewater

📋 copy color: '#C3D8C6'

red 195 ◦ green 216 ◦ blue 198

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

Shades of Edgewater #C3D8C6

Tints of Edgewater #C3D8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.47%

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 32.02%
G = 35.47%
B = 32.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#C3D8C6 (or 0xC3D8C6) is known color: Edgewater. HEX triplet: C3, D8 and C6. RGB value is (195,216,198). Sum of RGB (Red+Green+Blue) = 195+216+198=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8C6 is #3C2739. Grayscale: #CFCFCF. Windows color (decimal): -3942202 or 13031619. OLE color: 13031619.

HSL color Cylindrical-coordinate representation of color #C3D8C6: hue angle of 128.57º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8C6 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 216 198 -
CMYK 0.10 0 0.08 0.15
HSL 128.57º 0.21% 0.81% -
HSV(B) 128.57º 0.1% 0.85% -
XYZ 57.25 64.79 62.91 -
YUV 207.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 195 216 198 0.10 0 0.08 0.15 128.57 0.21 0.81
Hex C3 D8 C6 A 0 8 F 81 15 51
Octal 303 330 306 12 0 10 17 201 25 121
Binary 11000011 11011000 11000110 1010 0 1000 1111 10000001 10101 1010001

Color Harmonies of #C3D8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D8C6

Black with #C3D8C6

Text Example


Text Example

White with #C3D8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D8C6; }

 p { color: rgb(195,216,198); }

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

background-color css

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

 a { background-color: rgb(195,216,198); }

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

border-color css

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

 span { border-color: rgb(195,216,198); }

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