Html Css Color HEX #C3DCCA Edgewater

📋 copy color: '#C3DCCA'

red 195 ◦ green 220 ◦ blue 202

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

Shades of Edgewater #C3DCCA

Tints of Edgewater #C3DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 31.6%
G = 35.66%
B = 32.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C3DCCA (or 0xC3DCCA) is known color: Edgewater. HEX triplet: C3, DC and CA. RGB value is (195,220,202). Sum of RGB (Red+Green+Blue) = 195+220+202=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCCA is #3C2335. Grayscale: #D2D2D2. Windows color (decimal): -3941174 or 13294787. OLE color: 13294787.

HSL color Cylindrical-coordinate representation of color #C3DCCA: hue angle of 136.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DCCA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 220 202 -
CMYK 0.11 0 0.08 0.14
HSL 136.8º 0.26% 0.81% -
HSV(B) 136.8º 0.11% 0.86% -
XYZ 58.76 67.05 65.72 -
YUV 210.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 195 220 202 0.11 0 0.08 0.14 136.8 0.26 0.81
Hex C3 DC CA B 0 8 E 89 1A 51
Octal 303 334 312 13 0 10 16 211 32 121
Binary 11000011 11011100 11001010 1011 0 1000 1110 10001001 11010 1010001

Color Harmonies of #C3DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCCA

Black with #C3DCCA

Text Example


Text Example

White with #C3DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCCA; }

 p { color: rgb(195,220,202); }

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

background-color css

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

 a { background-color: rgb(195,220,202); }

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

border-color css

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

 span { border-color: rgb(195,220,202); }

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