Html Css Color HEX #CACECB Edgewater

📋 copy color: '#CACECB'

red 202 ◦ green 206 ◦ blue 203

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

Shades of Edgewater #CACECB

Tints of Edgewater #CACECB

RGB

 RED value IS 202 (79.3% from 255) = 33.06%

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 33.06%
G = 33.72%
B = 33.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CACECB (or 0xCACECB) is known color: Edgewater. HEX triplet: CA, CE and CB. RGB value is (202,206,203). Sum of RGB (Red+Green+Blue) = 202+206+203=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 206 - color contains mainly: green. Hex color #CACECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECB is #353134. Grayscale: #CCCCCC. Windows color (decimal): -3486005 or 13356746. OLE color: 13356746.

HSL color Cylindrical-coordinate representation of color #CACECB: hue angle of 135º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACECB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 206 203 -
CMYK 0.02 0 0.01 0.19
HSL 135º 0.04% 0.8% -
HSV(B) 135º 0.02% 0.81% -
XYZ 57.21 61.01 65.26 -
YUV 204.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 202 206 203 0.02 0 0.01 0.19 135 0.04 0.8
Hex CA CE CB 2 0 1 13 87 4 50
Octal 312 316 313 2 0 1 23 207 4 120
Binary 11001010 11001110 11001011 10 0 1 10011 10000111 100 1010000

Color Harmonies of #CACECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACECB

Black with #CACECB

Text Example


Text Example

White with #CACECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACECB; }

 p { color: rgb(202,206,203); }

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

background-color css

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

 a { background-color: rgb(202,206,203); }

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

border-color css

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

 span { border-color: rgb(202,206,203); }

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