Html Css Color HEX #C3DEC9 Edgewater

📋 copy color: '#C3DEC9'

red 195 ◦ green 222 ◦ blue 201

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

Shades of Edgewater #C3DEC9

Tints of Edgewater #C3DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 31.55%
G = 35.92%
B = 32.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C3DEC9 (or 0xC3DEC9) is known color: Edgewater. HEX triplet: C3, DE and C9. RGB value is (195,222,201). Sum of RGB (Red+Green+Blue) = 195+222+201=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEC9 is #3C2136. Grayscale: #D3D3D3. Windows color (decimal): -3940663 or 13229763. OLE color: 13229763.

HSL color Cylindrical-coordinate representation of color #C3DEC9: hue angle of 133.33º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DEC9 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 222 201 -
CMYK 0.12 0 0.09 0.13
HSL 133.33º 0.29% 0.82% -
HSV(B) 133.33º 0.12% 0.87% -
XYZ 59.17 68.06 65.28 -
YUV 211.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 195 222 201 0.12 0 0.09 0.13 133.33 0.29 0.82
Hex C3 DE C9 C 0 9 D 85 1D 52
Octal 303 336 311 14 0 11 15 205 35 122
Binary 11000011 11011110 11001001 1100 0 1001 1101 10000101 11101 1010010

Color Harmonies of #C3DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEC9

Black with #C3DEC9

Text Example


Text Example

White with #C3DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEC9; }

 p { color: rgb(195,222,201); }

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

background-color css

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

 a { background-color: rgb(195,222,201); }

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

border-color css

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

 span { border-color: rgb(195,222,201); }

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