Html Css Color HEX #C6DFCA Edgewater

📋 copy color: '#C6DFCA'

red 198 ◦ green 223 ◦ blue 202

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

Shades of Edgewater #C6DFCA

Tints of Edgewater #C6DFCA

RGB

 RED value IS 198 (77.73% from 255) = 31.78%

 GREEN value IS 223 (87.5% from 255) = 35.79%

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

R = 31.78%
G = 35.79%
B = 32.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#C6DFCA (or 0xC6DFCA) is known color: Edgewater. HEX triplet: C6, DF and CA. RGB value is (198,223,202). Sum of RGB (Red+Green+Blue) = 198+223+202=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFCA is #392035. Grayscale: #D5D5D5. Windows color (decimal): -3743798 or 13295558. OLE color: 13295558.

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

Color convert

RGB 198 223 202 -
CMYK 0.11 0 0.09 0.13
HSL 129.6º 0.28% 0.83% -
HSV(B) 129.6º 0.11% 0.87% -
XYZ 60.34 69.05 66.02 -
YUV 213.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 198 223 202 0.11 0 0.09 0.13 129.6 0.28 0.83
Hex C6 DF CA B 0 9 D 82 1C 53
Octal 306 337 312 13 0 11 15 202 34 123
Binary 11000110 11011111 11001010 1011 0 1001 1101 10000010 11100 1010011

Color Harmonies of #C6DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DFCA

Black with #C6DFCA

Text Example


Text Example

White with #C6DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DFCA; }

 p { color: rgb(198,223,202); }

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

background-color css

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

 a { background-color: rgb(198,223,202); }

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

border-color css

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

 span { border-color: rgb(198,223,202); }

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