Html Css Color HEX #C1CEC4 Edgewater

📋 copy color: '#C1CEC4'

red 193 ◦ green 206 ◦ blue 196

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

Shades of Edgewater #C1CEC4

Tints of Edgewater #C1CEC4

RGB

 RED value IS 193 (75.78% from 255) = 32.44%

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 196 (76.95% from 255) = 32.94%

R = 32.44%
G = 34.62%
B = 32.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#C1CEC4 (or 0xC1CEC4) is known color: Edgewater. HEX triplet: C1, CE and C4. RGB value is (193,206,196). Sum of RGB (Red+Green+Blue) = 193+206+196=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC4 is #3E313B. Grayscale: #C9C9C9. Windows color (decimal): -4075836 or 12897985. OLE color: 12897985.

HSL color Cylindrical-coordinate representation of color #C1CEC4: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CEC4 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 206 196 -
CMYK 0.06 0 0.05 0.19
HSL 133.85º 0.12% 0.78% -
HSV(B) 133.85º 0.06% 0.81% -
XYZ 54.03 59.47 60.86 -
YUV 200.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 193 206 196 0.06 0 0.05 0.19 133.85 0.12 0.78
Hex C1 CE C4 6 0 5 13 86 C 4E
Octal 301 316 304 6 0 5 23 206 14 116
Binary 11000001 11001110 11000100 110 0 101 10011 10000110 1100 1001110

Color Harmonies of #C1CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEC4

Black with #C1CEC4

Text Example


Text Example

White with #C1CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEC4; }

 p { color: rgb(193,206,196); }

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

background-color css

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

 a { background-color: rgb(193,206,196); }

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

border-color css

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

 span { border-color: rgb(193,206,196); }

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