#CFE3AD

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

Shades of Reef #CFE3AD

Tints of Reef #CFE3AD

Color information

#CFE3AD (or 0xCFE3AD) is unknown color: approx Reef. HEX triplet: CF, E3 and AD. RGB value is (207,227,173). Sum of RGB (Red+Green+Blue) = 207+227+173=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AD is #301C52. Grayscale: #D7D7D7. Windows color (decimal): -3152979 or 11396047. OLE color: 11396047.

HSL color Cylindrical-coordinate representation of color #CFE3AD: hue angle of 82.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE3AD is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB207227173-
CMYK0.0900.240.11
HSL82.22º49.09%78.43%-
HSV(B)82.22º23.79%89.02%-
XYZ60.7471.2250.08-
YUV214.86104.37122.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=34.10%
G=37.40%
B=28.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271730.0900.240.1182.2249.0978.43
HexCFE3AD9018B52314e
Octal317343255110301312261116
Binary1100111111100011101011011001011000101110100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3AD; }

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

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

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

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

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

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

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

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