Html Css Color HEX #C3D3C6 Edgewater

📋 copy color: '#C3D3C6'

red 195 ◦ green 211 ◦ blue 198

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

Shades of Edgewater #C3D3C6

Tints of Edgewater #C3D3C6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

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

R = 32.28%
G = 34.93%
B = 32.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#C3D3C6 (or 0xC3D3C6) is known color: Edgewater. HEX triplet: C3, D3 and C6. RGB value is (195,211,198). Sum of RGB (Red+Green+Blue) = 195+211+198=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3C6 is #3C2C39. Grayscale: #CCCCCC. Windows color (decimal): -3943482 or 13030339. OLE color: 13030339.

HSL color Cylindrical-coordinate representation of color #C3D3C6: hue angle of 131.25º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3D3C6 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 211 198 -
CMYK 0.08 0 0.06 0.17
HSL 131.25º 0.15% 0.8% -
HSV(B) 131.25º 0.08% 0.83% -
XYZ 55.99 62.27 62.49 -
YUV 204.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 195 211 198 0.08 0 0.06 0.17 131.25 0.15 0.8
Hex C3 D3 C6 8 0 6 11 83 F 50
Octal 303 323 306 10 0 6 21 203 17 120
Binary 11000011 11010011 11000110 1000 0 110 10001 10000011 1111 1010000

Color Harmonies of #C3D3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D3C6

Black with #C3D3C6

Text Example


Text Example

White with #C3D3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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