#CACFCC

Color #CACFCC Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #CACFCC

Tints of Edgewater #CACFCC

Color information

#CACFCC (or 0xCACFCC) is unknown color: approx Edgewater. HEX triplet: CA, CF and CC. RGB value is (202,207,204). Sum of RGB (Red+Green+Blue) = 202+207+204=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCC is #353033. Grayscale: #CDCDCD. Windows color (decimal): -3485748 or 13422538. OLE color: 13422538.

HSL color Cylindrical-coordinate representation of color #CACFCC: hue angle of 144º degrees, saturation: 0.05, 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 #CACFCC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB202207204-
CMYK0.0200.010.19
HSL144º4.95%80.2%-
HSV(B)144º2.42%81.18%-
XYZ57.5761.5465.97-
YUV205.16127.34125.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=32.95%
G=33.77%
B=33.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022072040.0200.010.191444.9580.2
HexCACFCC2011390550
Octal312317314201232205120
Binary110010101100111111001100100110011100100001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFCC; }

 p { color: rgb(202,207,204); }

 H1.HeaderClassName
 {
   color: #CACFCC;
 }
 .AnyTagClassName
 {
   color: #CACFCC;
 }
</style>
background-color css

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

 a { background-color: rgb(202,207,204); }

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

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

 span { border-color: rgb(202,207,204); }

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