#CFEFAD

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

Shades of Reef #CFEFAD

Tints of Reef #CFEFAD

Color information

#CFEFAD (or 0xCFEFAD) is unknown color: approx Reef. HEX triplet: CF, EF and AD. RGB value is (207,239,173). Sum of RGB (Red+Green+Blue) = 207+239+173=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFAD is #301052. Grayscale: #DEDEDE. Windows color (decimal): -3149907 or 11399119. OLE color: 11399119.

HSL color Cylindrical-coordinate representation of color #CFEFAD: hue angle of 89.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFEFAD is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB207239173-
CMYK0.1300.280.06
HSL89.09º67.35%80.78%-
HSV(B)89.09º27.62%93.73%-
XYZ64.1478.0251.21-
YUV221.91100.4117.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.44%
G=38.61%
B=27.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391730.1300.280.0689.0967.3580.78
HexCFEFADD01C6594351
Octal317357255150346131103121
Binary1100111111101111101011011101011100110101100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFAD; }

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

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

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

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

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

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

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

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