#CFECAD

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

Shades of Reef #CFECAD

Tints of Reef #CFECAD

Color information

#CFECAD (or 0xCFECAD) is unknown color: approx Reef. HEX triplet: CF, EC and AD. RGB value is (207,236,173). Sum of RGB (Red+Green+Blue) = 207+236+173=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAD is #301352. Grayscale: #DCDCDC. Windows color (decimal): -3150675 or 11398351. OLE color: 11398351.

HSL color Cylindrical-coordinate representation of color #CFECAD: hue angle of 87.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFECAD is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB207236173-
CMYK0.1200.270.07
HSL87.62º62.38%80.2%-
HSV(B)87.62º26.69%92.55%-
XYZ63.2776.2750.92-
YUV220.15101.39118.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=33.60%
G=38.31%
B=28.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361730.1200.270.0787.6262.3880.2
HexCFECADC01B7583e50
Octal31735425514033713076120
Binary110011111110110010101101110001101111110110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECAD; }

 p { color: rgb(207,236,173); }

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

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

 a { background-color: rgb(207,236,173); }

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

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

 span { border-color: rgb(207,236,173); }

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