#CFE69D

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

Shades of Reef #CFE69D

Tints of Reef #CFE69D

Color information

#CFE69D (or 0xCFE69D) is unknown color: approx Reef. HEX triplet: CF, E6 and 9D. RGB value is (207,230,157). Sum of RGB (Red+Green+Blue) = 207+230+157=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE69D is #301962. Grayscale: #D7D7D7. Windows color (decimal): -3152227 or 10348239. OLE color: 10348239.

HSL color Cylindrical-coordinate representation of color #CFE69D: hue angle of 78.9º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE69D is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB207230157-
CMYK0.1000.320.10
HSL78.9º59.35%75.88%-
HSV(B)78.9º31.74%90.2%-
XYZ60.1172.2942.68-
YUV214.895.38122.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 230 (90.23% from 255) = 38.72%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=34.85%
G=38.72%
B=26.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301570.1000.320.1078.959.3575.88
HexCFE69DA020A4f3b4c
Octal317346235120401211773114
Binary11001111111001101001110110100100000101010011111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE69D; }

 p { color: rgb(207,230,157); }

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

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

 a { background-color: rgb(207,230,157); }

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

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

 span { border-color: rgb(207,230,157); }

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