#CFEDAD

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

Shades of Reef #CFEDAD

Tints of Reef #CFEDAD

Color information

#CFEDAD (or 0xCFEDAD) is unknown color: approx Reef. HEX triplet: CF, ED and AD. RGB value is (207,237,173). Sum of RGB (Red+Green+Blue) = 207+237+173=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAD is #301252. Grayscale: #DCDCDC. Windows color (decimal): -3150419 or 11398607. OLE color: 11398607.

HSL color Cylindrical-coordinate representation of color #CFEDAD: hue angle of 88.12º degrees, saturation: 0.64, 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 #CFEDAD is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB207237173-
CMYK0.1300.270.07
HSL88.12º64%80.39%-
HSV(B)88.12º27%92.94%-
XYZ63.5676.8551.02-
YUV220.73101.06118.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=33.55%
G=38.41%
B=28.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371730.1300.270.0788.126480.39
HexCFEDADD01B7584050
Octal317355255150337130100120
Binary1100111111101101101011011101011011111101100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDAD; }

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

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

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

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

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

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

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

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